Class MerchantOrderReceiverAddressCityRequest
City information.
Inherited Members
Namespace: MercadoPago.Client.MerchantOrder
Assembly: MercadoPago.dll
Syntax
public class MerchantOrderReceiverAddressCityRequest
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 |