Class AddressRequest
Address information.
Inheritance
AddressRequest
Inherited Members
Namespace: MercadoPago.Client.Common
Assembly: MercadoPago.dll
Syntax
public class AddressRequest
Properties
| Edit this page View SourceStreetName
Street name.
Declaration
public string StreetName { get; set; }
Property Value
Type | Description |
---|---|
string |
StreetNumber
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 |