Uses of Class
com.adyen.model.relayedauthorizationwebhooks.MerchantData
-
Packages that use MerchantData Package Description com.adyen.model.relayedauthorizationwebhooks -
-
Uses of MerchantData in com.adyen.model.relayedauthorizationwebhooks
Methods in com.adyen.model.relayedauthorizationwebhooks 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 stringMerchantDataRelayedAuthorisationRequest. getMerchantData()Get merchantDataMerchantDataMerchantData. 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.relayedauthorizationwebhooks with parameters of type MerchantData Modifier and Type Method Description RelayedAuthorisationRequestRelayedAuthorisationRequest. merchantData(MerchantData merchantData)merchantDatavoidRelayedAuthorisationRequest. setMerchantData(MerchantData merchantData)merchantData
-