Class OrderAddressRequest
Address class.
Inherited Members
Namespace: MercadoPago.Client.Order
Assembly: MercadoPago.dll
Syntax
public class OrderAddressRequest
Properties
| Edit this page View SourceCity
City.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
Complement
Complement.
Declaration
public string Complement { get; set; }
Property Value
Type | Description |
---|---|
string |
Floor
Floor.
Declaration
public string Floor { get; set; }
Property Value
Type | Description |
---|---|
string |
Neighborhood
Neighborhood.
Declaration
public string Neighborhood { get; set; }
Property Value
Type | Description |
---|---|
string |
State
State.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
string |
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
Zip Code.
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |