Class PaymentPayerAddressRequest
Address information.
Inherited Members
Namespace: MercadoPago.Client.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentPayerAddressRequest : AddressRequest
Properties
| Edit this page View SourceCity
City.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
FederalUnit
Federal unity.
Declaration
public string FederalUnit { get; set; }
Property Value
Type | Description |
---|---|
string |
Neighborhood
Neighborhood.
Declaration
public string Neighborhood { get; set; }
Property Value
Type | Description |
---|---|
string |