Uses of Class
com.adyen.model.transfers.MerchantData
-
Packages that use MerchantData Package Description com.adyen.model.transfers -
-
Uses of MerchantData in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return MerchantData Modifier and Type Method Description MerchantDataMerchantData. acquirerId(String acquirerId)The unique identifier of the merchant's acquirer.static MerchantDataMerchantData. fromJson(String jsonString)Create an instance of MerchantData given an JSON stringMerchantDataCounterpartyV3. getMerchant()Get merchantMerchantDataMerchantData. mcc(String mcc)The merchant category code.MerchantDataMerchantData. merchantId(String merchantId)The unique identifier of the merchant.MerchantDataMerchantData. nameLocation(NameLocation nameLocation)nameLocationMerchantDataMerchantData. postalCode(String postalCode)The postal code of the merchant.Methods in com.adyen.model.transfers with parameters of type MerchantData Modifier and Type Method Description CounterpartyV3CounterpartyV3. merchant(MerchantData merchant)merchantvoidCounterpartyV3. setMerchant(MerchantData merchant)merchant
-