Class InvoiceAddress

java.lang.Object
com.mypurecloud.sdk.v2.model.InvoiceAddress
All Implemented Interfaces:
Serializable

public class InvoiceAddress extends Object implements Serializable
InvoiceAddress
See Also:
  • Constructor Details

    • InvoiceAddress

      public InvoiceAddress()
    • InvoiceAddress

      public InvoiceAddress(Boolean initWithEmptyList)
  • Method Details

    • dateEffective

      public InvoiceAddress dateEffective(LocalDate dateEffective)
      The date when the Address became effective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
    • getDateEffective

      public LocalDate getDateEffective()
    • setDateEffective

      public void setDateEffective(LocalDate dateEffective)
    • addressType

      public InvoiceAddress addressType(InvoiceAddress.AddressTypeEnum addressType)
      The type of address.
    • getAddressType

      public InvoiceAddress.AddressTypeEnum getAddressType()
    • setAddressType

      public void setAddressType(InvoiceAddress.AddressTypeEnum addressType)
    • currencyIsoCode

      public InvoiceAddress currencyIsoCode(String currencyIsoCode)
      Contains the ISO code for any currency allowed by the organization.
    • getCurrencyIsoCode

      public String getCurrencyIsoCode()
    • setCurrencyIsoCode

      public void setCurrencyIsoCode(String currencyIsoCode)
    • line1

      public InvoiceAddress line1(String line1)
      The first line of the Address.
    • getLine1

      public String getLine1()
    • setLine1

      public void setLine1(String line1)
    • line2

      public InvoiceAddress line2(String line2)
      The second line of the Address.
    • getLine2

      public String getLine2()
    • setLine2

      public void setLine2(String line2)
    • line3

      public InvoiceAddress line3(String line3)
      The third line of the Address.
    • getLine3

      public String getLine3()
    • setLine3

      public void setLine3(String line3)
    • cityName

      public InvoiceAddress cityName(String cityName)
      The city name.
    • getCityName

      public String getCityName()
    • setCityName

      public void setCityName(String cityName)
    • postalCode

      public InvoiceAddress postalCode(String postalCode)
      The Postal or Zip Code.
    • getPostalCode

      public String getPostalCode()
    • setPostalCode

      public void setPostalCode(String postalCode)
    • stateCode

      public InvoiceAddress stateCode(String stateCode)
      The code that reflects the geographic state for the Address.
    • getStateCode

      public String getStateCode()
    • setStateCode

      public void setStateCode(String stateCode)
    • countryCode

      public InvoiceAddress countryCode(String countryCode)
      The code representing the country for the Address (ISO_3166).
    • getCountryCode

      public String getCountryCode()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • citySubdivision1

      public InvoiceAddress citySubdivision1(String citySubdivision1)
      The primary subdivision within a city (e.g., district, neighborhood).
    • getCitySubdivision1

      public String getCitySubdivision1()
    • setCitySubdivision1

      public void setCitySubdivision1(String citySubdivision1)
    • regionSubdivision1

      public InvoiceAddress regionSubdivision1(String regionSubdivision1)
      The primary administrative division within a region (e.g., state, province).
    • getRegionSubdivision1

      public String getRegionSubdivision1()
    • setRegionSubdivision1

      public void setRegionSubdivision1(String regionSubdivision1)
    • regionSubdivision2

      public InvoiceAddress regionSubdivision2(String regionSubdivision2)
      A secondary subdivision within the primary region subdivision (e.g., county, district).
    • getRegionSubdivision2

      public String getRegionSubdivision2()
    • setRegionSubdivision2

      public void setRegionSubdivision2(String regionSubdivision2)
    • country

      public InvoiceAddress country(String country)
      Stores the name of the country in which the address is situated.
    • getCountry

      public String getCountry()
    • setCountry

      public void setCountry(String country)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object