Uses of Class
com.adyen.model.transferwebhooks.MerchantData
-
Packages that use MerchantData Package Description com.adyen.model.transferwebhooks -
-
Uses of MerchantData in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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()merchantMerchantDataMerchantData. mcc(String mcc)The merchant category code.MerchantDataMerchantData. merchantId(String merchantId)The merchant identifier.MerchantDataMerchantData. nameLocation(NameLocation nameLocation)nameLocationMerchantDataMerchantData. postalCode(String postalCode)The merchant postal code.Methods in com.adyen.model.transferwebhooks with parameters of type MerchantData Modifier and Type Method Description CounterpartyV3CounterpartyV3. merchant(MerchantData merchant)merchantvoidCounterpartyV3. setMerchant(MerchantData merchant)merchant
-