Class MerchantAddress

  • All Implemented Interfaces:
    Parcelable

    public class MerchantAddress
    extends Object
    implements Parcelable
    A class representing a merchant address. Instances of this class are immutable. To construct a new instance of this class, use MerchantAddress.Builder.
    • Constructor Detail

      • MerchantAddress

        public MerchantAddress()
        Constructs a new, empty address.
    • Method Detail

      • getAddress1

        public String getAddress1()
        Returns the first address line of the address.
      • getAddress2

        public String getAddress2()
        Returns the second address line of the address.
      • getAddress3

        public String getAddress3()
        Returns the second address line of the address.
      • getCity

        public String getCity()
        Gets the city of the address.
      • getState

        public String getState()
        Gets the state of the address.
      • getZip

        public String getZip()
        Gets the zip code of the address;
      • getCountry

        public String getCountry()
        Gets the country of the address.
      • getLatitude

        public Double getLatitude()
        Gets the latitude of the address.
      • getLongitude

        public Double getLongitude()
        Gets the longitude of the address.