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()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.transferwebhooks with parameters of type MerchantData Modifier and Type Method Description CounterpartyV3CounterpartyV3. merchant(MerchantData merchant)merchantvoidCounterpartyV3. setMerchant(MerchantData merchant)merchant
-