Class CustomerAddressCity
City information.
Inherited Members
Namespace: MercadoPago.Resource.Customer
Assembly: MercadoPago.dll
Syntax
public class CustomerAddressCity
Properties
| Edit this page View SourceId
City ID.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
City name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |