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