Uses of Class
com.adyen.model.payment.SubMerchant
-
Packages that use SubMerchant Package Description com.adyen.model.payment -
-
Uses of SubMerchant in com.adyen.model.payment
Methods in com.adyen.model.payment 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.payment with parameters of type SubMerchant Modifier and Type Method Description voidFundDestination. setSubMerchant(SubMerchant subMerchant)subMerchantFundDestinationFundDestination. subMerchant(SubMerchant subMerchant)
-