TransferNotificationMerchantData |
TransferNotificationMerchantData.acquirerId(String acquirerId) |
The unique identifier of the merchant's acquirer.
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.city(String city) |
The city where the merchant is located.
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.country(String country) |
The country where the merchant is located.
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.countryCode(String countryCode) |
The two-character country code of the merchant's location, in [ISO 3166-1
alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format.
|
static TransferNotificationMerchantData |
TransferNotificationMerchantData.fromJson(String jsonString) |
Create an instance of TransferNotificationMerchantData given an JSON string
|
TransferNotificationMerchantData |
TransferNotificationCounterParty.getMerchant() |
Get merchant
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.mcc(String mcc) |
The merchant category code.
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.merchantId(String merchantId) |
The unique identifier of the merchant.
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.name(String name) |
The name of the merchant's shop or service.
|
TransferNotificationMerchantData |
TransferNotificationMerchantData.postalCode(String postalCode) |
The postal code of the merchant.
|