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 String
getAddressLine()
Street name and number of receiver address.String
getApartment()
Apartment.MerchantOrderReceiverAddressCity
getCity()
City information.String
getComment()
Comment about receiver address.String
getContact()
Contact information.MerchantOrderReceiverAddressCountry
getCountry()
Country information.String
getFloor()
Floor.Long
getId()
Receiver address ID.String
getLatitude()
Latitude.String
getLongitude()
Longitude.String
getPhone()
Phone.MerchantOrderReceiverAddressState
getState()
State information.String
getStreetName()
Street name.String
getStreetNumber()
Street number.String
getZipCode()
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.
-
-