Package com.mercadopago.client.payment
Class PaymentPayerAddressRequest
- java.lang.Object
-
- com.mercadopago.client.common.AddressRequest
-
- com.mercadopago.client.payment.PaymentPayerAddressRequest
-
public class PaymentPayerAddressRequest extends AddressRequest
Payer's address information.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentPayerAddressRequest.PaymentPayerAddressRequestBuilder<C extends PaymentPayerAddressRequest,B extends PaymentPayerAddressRequest.PaymentPayerAddressRequestBuilder<C,B>>-
Nested classes/interfaces inherited from class com.mercadopago.client.common.AddressRequest
AddressRequest.AddressRequestBuilder<C extends AddressRequest,B extends AddressRequest.AddressRequestBuilder<C,B>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPaymentPayerAddressRequest(PaymentPayerAddressRequest.PaymentPayerAddressRequestBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentPayerAddressRequest.PaymentPayerAddressRequestBuilder<?,?>builder()StringgetCity()City.StringgetFederalUnit()Federal Unit (e.g. state or province).StringgetNeighborhood()Neighborhood.-
Methods inherited from class com.mercadopago.client.common.AddressRequest
getStreetName, getStreetNumber, getZipCode
-
-
-
-
Constructor Detail
-
PaymentPayerAddressRequest
protected PaymentPayerAddressRequest(PaymentPayerAddressRequest.PaymentPayerAddressRequestBuilder<?,?> b)
-
-
Method Detail
-
builder
public static PaymentPayerAddressRequest.PaymentPayerAddressRequestBuilder<?,?> builder()
-
getNeighborhood
public String getNeighborhood()
Neighborhood.
-
getCity
public String getCity()
City.
-
getFederalUnit
public String getFederalUnit()
Federal Unit (e.g. state or province).
-
-