Uses of Class
com.adyen.model.payments.SubMerchant
-
Packages that use SubMerchant Package Description com.adyen.model.payments -
-
Uses of SubMerchant in com.adyen.model.payments
Methods in com.adyen.model.payments that return SubMerchant Modifier and Type Method Description SubMerchantSubMerchant. city(String city)SubMerchantSubMerchant. country(String country)static SubMerchantSubMerchant. fromJson(String jsonString)Create an instance of SubMerchant given an JSON stringSubMerchantFundDestination. getSubMerchant()Get subMerchantSubMerchantSubMerchant. mcc(String mcc)SubMerchantSubMerchant. name(String name)SubMerchantSubMerchant. taxId(String taxId)Methods in com.adyen.model.payments with parameters of type SubMerchant Modifier and Type Method Description voidFundDestination. setSubMerchant(SubMerchant subMerchant)FundDestinationFundDestination. subMerchant(SubMerchant subMerchant)
-