Class PaymentReceiverAddressRequest
Receiver address.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentReceiverAddressRequest : AddressRequest
Properties
| Edit this page View SourceApartment
Apartment.
Declaration
public string Apartment { get; set; }
Property Value
Type | Description |
---|---|
string |
CityName
City.
Declaration
public string CityName { get; set; }
Property Value
Type | Description |
---|---|
string |
Floor
Floor.
Declaration
public string Floor { get; set; }
Property Value
Type | Description |
---|---|
string |
StateName
State.
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
string |