Class CustomerAddress
Custommer's address.
Inherited Members
Namespace: MercadoPago.Resource.Customer
Assembly: MercadoPago.dll
Syntax
public class CustomerAddress
Properties
| Edit this page View SourceApartment
Apartment.
Declaration
public string Apartment { get; set; }
Property Value
Type | Description |
---|---|
string |
City
City information.
Declaration
public CustomerAddressCity City { get; set; }
Property Value
Type | Description |
---|---|
CustomerAddressCity |
Comments
Additional info.
Declaration
public string Comments { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
Country information.
Declaration
public CustomerAddressCountry Country { get; set; }
Property Value
Type | Description |
---|---|
CustomerAddressCountry |
DateCreated
Address date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Floor
Floor.
Declaration
public string Floor { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Address ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Municipality
Municipality information.
Declaration
public CustomerAddressMunicipality Municipality { get; set; }
Property Value
Type | Description |
---|---|
CustomerAddressMunicipality |
Name
Address name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Neighborhood
Neighborhood information.
Declaration
public CustomerAddressNeighborhood Neighborhood { get; set; }
Property Value
Type | Description |
---|---|
CustomerAddressNeighborhood |
Phone
Phone number.
Declaration
public string Phone { get; set; }
Property Value
Type | Description |
---|---|
string |
State
State information.
Declaration
public CustomerAddressState State { get; set; }
Property Value
Type | Description |
---|---|
CustomerAddressState |
StreetName
Street name.
Declaration
public string StreetName { get; set; }
Property Value
Type | Description |
---|---|
string |
StreetNumer
Street number.
Declaration
public int? StreetNumer { get; set; }
Property Value
Type | Description |
---|---|
int? |
ZipCode
Postal code.
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |