SubMerchant |
SubMerchant.city(String city) |
The city of the sub-merchant's address. * Format: Alphanumeric * Maximum length: 13 characters
|
SubMerchant |
SubMerchant.country(String country) |
The three-letter country code of the sub-merchant's address.
|
static SubMerchant |
SubMerchant.fromJson(String jsonString) |
Create an instance of SubMerchant given an JSON string
|
SubMerchant |
FundRecipient.getSubMerchant() |
subMerchant
|
SubMerchant |
SubMerchant.mcc(String mcc) |
The sub-merchant's 4-digit Merchant Category Code (MCC)
|
SubMerchant |
SubMerchant.name(String name) |
The name of the sub-merchant.
|
SubMerchant |
SubMerchant.taxId(String taxId) |
The tax ID of the sub-merchant. * Format: Numeric * Fixed length: 11 digits for the CPF or 14 digits for the CNPJ
|