Class MerchantOrderReceiverAddress
- java.lang.Object
-
- com.mercadopago.resources.merchantorder.MerchantOrderReceiverAddress
-
public class MerchantOrderReceiverAddress extends Object
Shipping address of a Merchant Order.
-
-
Constructor Summary
Constructors Constructor Description MerchantOrderReceiverAddress()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressLine()Street name and number of receiver address.StringgetApartment()Apartment.MerchantOrderReceiverAddressCitygetCity()City information.StringgetComment()Comment about receiver address.StringgetContact()Contact information.MerchantOrderReceiverAddressCountrygetCountry()Country information.StringgetFloor()Floor.LonggetId()Receiver address ID.StringgetLatitude()Latitude.StringgetLongitude()Longitude.StringgetPhone()Phone.MerchantOrderReceiverAddressStategetState()State information.StringgetStreetName()Street name.StringgetStreetNumber()Street number.StringgetZipCode()Postal code.
-
-
-
Method Detail
-
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 MerchantOrderReceiverAddressCity getCity()
City information.
-
getState
public MerchantOrderReceiverAddressState getState()
State information.
-
getCountry
public MerchantOrderReceiverAddressCountry 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.
-
-