Class MerchantOrderReceiverAddressRequest
- java.lang.Object
-
- com.mercadopago.client.merchantorder.MerchantOrderReceiverAddressRequest
-
public class MerchantOrderReceiverAddressRequest extends Object
Shipping address of a Merchant Order.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMerchantOrderReceiverAddressRequest.MerchantOrderReceiverAddressRequestBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MerchantOrderReceiverAddressRequest.MerchantOrderReceiverAddressRequestBuilderbuilder()StringgetAddressLine()Street name and number of receiver address.StringgetApartment()Apartment.MerchantOrderReceiverAddressCityRequestgetCity()City information.StringgetComment()Comment about receiver address.StringgetContact()Contact information.MerchantOrderReceiverAddressCountryRequestgetCountry()Country information.StringgetFloor()Floor.LonggetId()Receiver address ID.StringgetLatitude()Latitude.StringgetLongitude()Longitude.StringgetPhone()Phone.MerchantOrderReceiverAddressStateRequestgetState()State information.StringgetStreetName()Street name.StringgetStreetNumber()Street number.StringgetZipCode()Postal code.
-
-
-
Method Detail
-
builder
public static MerchantOrderReceiverAddressRequest.MerchantOrderReceiverAddressRequestBuilder builder()
-
getId
public Long getId()
Receiver address ID.
-
getAddressLine
public String getAddressLine()
Street name and number of receiver address.
-
getApartment
public String getApartment()
Apartment.
-
getCity
public MerchantOrderReceiverAddressCityRequest getCity()
City information.
-
getState
public MerchantOrderReceiverAddressStateRequest getState()
State information.
-
getCountry
public MerchantOrderReceiverAddressCountryRequest getCountry()
Country information.
-
getComment
public String getComment()
Comment about receiver address.
-
getContact
public String getContact()
Contact information.
-
getZipCode
public String getZipCode()
Postal code.
-
getStreetName
public String getStreetName()
Street name.
-
getStreetNumber
public String getStreetNumber()
Street number.
-
getFloor
public String getFloor()
Floor.
-
getPhone
public String getPhone()
Phone.
-
getLatitude
public String getLatitude()
Latitude.
-
getLongitude
public String getLongitude()
Longitude.
-
-