Interface InquiryMerchantRateAction
-
- All Superinterfaces:
IPGApiAction
- All Known Implementing Classes:
InquiryMerchantRateActionObject
public interface InquiryMerchantRateAction extends IPGApiAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setBaseAmountAndForeignCurrency(BigDecimal baseAmount, String foreignCurrency)
-
Methods inherited from interface de.firstdata.ipg.api.client.action.IPGApiAction
setClientLocale, setStoreId
-
-
-
-
Method Detail
-
setBaseAmountAndForeignCurrency
void setBaseAmountAndForeignCurrency(BigDecimal baseAmount, String foreignCurrency)
-
-