Interface RequestMerchantRateForDynamicPricing
-
- All Superinterfaces:
IPGApiAction
- All Known Implementing Classes:
RequestMerchantRateForDynamicPricingObject
public interface RequestMerchantRateForDynamicPricing extends IPGApiAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBaseAmount(BigDecimal value)
void
setForeignCurrency(String value)
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Method Detail
-
setBaseAmount
void setBaseAmount(BigDecimal value)
-
setForeignCurrency
void setForeignCurrency(String value)
-
-