Class SubMerchant
Address information.
Inherited Members
Namespace: MercadoPago.Client.Common
Assembly: MercadoPago.dll
Syntax
public class SubMerchant
Properties
| Edit this page View SourceAddressDoorNumber
Street number where the sub-commerce is located
Declaration
public int AddressDoorNumber { get; set; }
Property Value
Type | Description |
---|---|
int |
AddressStreet
Street name where the sub-commerce is located
Declaration
public string AddressStreet { get; set; }
Property Value
Type | Description |
---|---|
string |
City
City where is located
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Country in which the sub commerce is located
Declaration
public string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentNumber
Sub-commerce CPF or CNPJ number
Declaration
public string DocumentNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
DocumentType
Sub-commerce CPF or CNPJ type
Declaration
public string DocumentType { get; set; }
Property Value
Type | Description |
---|---|
string |
LegalName
Sub trade name
Declaration
public string LegalName { get; set; }
Property Value
Type | Description |
---|---|
string |
Mcc
Sub-commerce MCC as determined by Abecs and/or primary CNAE
Declaration
public string Mcc { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Sub-commerce telephone number
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
ISO code of the sub-commerce region (“BR”)
Declaration
public string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCodeIso
State where the sub commerce is located
Declaration
public string RegionCodeIso { get; set; }
Property Value
Type | Description |
---|---|
string |
SubMerchantId
Sub-commercial establishment establishment code
Declaration
public string SubMerchantId { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Payment Facilitator URL
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
string |
Zip
Sub-commerce telephone number
Declaration
public string Zip { get; set; }
Property Value
Type | Description |
---|---|
string |