Uses of Class
com.adyen.model.balanceplatform.MerchantAcquirerPair
-
Packages that use MerchantAcquirerPair Package Description com.adyen.model.balanceplatform -
-
Uses of MerchantAcquirerPair in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return MerchantAcquirerPair Modifier and Type Method Description MerchantAcquirerPairMerchantAcquirerPair. acquirerId(String acquirerId)static MerchantAcquirerPairMerchantAcquirerPair. fromJson(String jsonString)Create an instance of MerchantAcquirerPair given an JSON stringMerchantAcquirerPairMerchantAcquirerPair. merchantId(String merchantId)Methods in com.adyen.model.balanceplatform that return types with arguments of type MerchantAcquirerPair Modifier and Type Method Description List<MerchantAcquirerPair>MerchantsRestriction. getValue()List of merchant ID and acquirer ID pairs.Methods in com.adyen.model.balanceplatform with parameters of type MerchantAcquirerPair Modifier and Type Method Description MerchantsRestrictionMerchantsRestriction. addValueItem(MerchantAcquirerPair valueItem)Method parameters in com.adyen.model.balanceplatform with type arguments of type MerchantAcquirerPair Modifier and Type Method Description voidMerchantsRestriction. setValue(List<MerchantAcquirerPair> value)List of merchant ID and acquirer ID pairs.MerchantsRestrictionMerchantsRestriction. value(List<MerchantAcquirerPair> value)
-