Class MerchantOrderReceiverAddressRequest
Shipping address of a Merchant Order.
Inherited Members
Namespace: MercadoPago.Client.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderReceiverAddressRequest
Properties
| Edit this page View SourceAddressLine
Street name and number of receiver address.
Declaration
public string AddressLine { get; set; }
Property Value
Type | Description |
---|---|
string |
Apartment
Apartment.
Declaration
public string Apartment { get; set; }
Property Value
Type | Description |
---|---|
string |
City
City information.
Declaration
public MerchantOrderReceiverAddressCityRequest City { get; set; }
Property Value
Type | Description |
---|---|
MerchantOrderReceiverAddressCityRequest |
Comment
Comment about receiver address.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
string |
Contact
Contact information.
Declaration
public string Contact { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Country information.
Declaration
public MerchantOrderReceiverAddressCountryRequest Country { get; set; }
Property Value
Type | Description |
---|---|
MerchantOrderReceiverAddressCountryRequest |
Floor
Floor.
Declaration
public string Floor { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Receiver address ID.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Latitude
Latitude.
Declaration
public string Latitude { get; set; }
Property Value
Type | Description |
---|---|
string |
Longitude
Longitude.
Declaration
public string Longitude { get; set; }
Property Value
Type | Description |
---|---|
string |
Phone
Phone.
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
State
State information.
Declaration
public MerchantOrderReceiverAddressStateRequest State { get; set; }
Property Value
Type | Description |
---|---|
MerchantOrderReceiverAddressStateRequest |
StreetName
Street name.
Declaration
public string StreetName { get; set; }
Property Value
Type | Description |
---|---|
string |
StreetNumber
Street number.
Declaration
public string StreetNumber { get; set; }
Property Value
Type | Description |
---|---|
string |
ZipCode
Postal code.
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |