Package com.mypurecloud.sdk.v2.model
Class InvoiceAddress
java.lang.Object
com.mypurecloud.sdk.v2.model.InvoiceAddress
- All Implemented Interfaces:
Serializable
InvoiceAddress
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddressType(InvoiceAddress.AddressTypeEnum addressType) The type of address.The city name.citySubdivision1(String citySubdivision1) The primary subdivision within a city (e.g., district, neighborhood).Stores the name of the country in which the address is situated.countryCode(String countryCode) The code representing the country for the Address (ISO_3166).currencyIsoCode(String currencyIsoCode) Contains the ISO code for any currency allowed by the organization.dateEffective(LocalDate dateEffective) The date when the Address became effective.booleangetLine1()getLine2()getLine3()inthashCode()The first line of the Address.The second line of the Address.The third line of the Address.postalCode(String postalCode) The Postal or Zip Code.regionSubdivision1(String regionSubdivision1) The primary administrative division within a region (e.g., state, province).regionSubdivision2(String regionSubdivision2) A secondary subdivision within the primary region subdivision (e.g., county, district).voidsetAddressType(InvoiceAddress.AddressTypeEnum addressType) voidsetCityName(String cityName) voidsetCitySubdivision1(String citySubdivision1) voidsetCountry(String country) voidsetCountryCode(String countryCode) voidsetCurrencyIsoCode(String currencyIsoCode) voidsetDateEffective(LocalDate dateEffective) voidvoidvoidvoidsetPostalCode(String postalCode) voidsetRegionSubdivision1(String regionSubdivision1) voidsetRegionSubdivision2(String regionSubdivision2) voidsetStateCode(String stateCode) The code that reflects the geographic state for the Address.toString()
-
Constructor Details
-
InvoiceAddress
public InvoiceAddress() -
InvoiceAddress
-
-
Method Details
-
dateEffective
The date when the Address became effective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEffective
-
setDateEffective
-
addressType
The type of address. -
getAddressType
-
setAddressType
-
currencyIsoCode
Contains the ISO code for any currency allowed by the organization. -
getCurrencyIsoCode
-
setCurrencyIsoCode
-
line1
The first line of the Address. -
getLine1
-
setLine1
-
line2
The second line of the Address. -
getLine2
-
setLine2
-
line3
The third line of the Address. -
getLine3
-
setLine3
-
cityName
The city name. -
getCityName
-
setCityName
-
postalCode
The Postal or Zip Code. -
getPostalCode
-
setPostalCode
-
stateCode
The code that reflects the geographic state for the Address. -
getStateCode
-
setStateCode
-
countryCode
The code representing the country for the Address (ISO_3166). -
getCountryCode
-
setCountryCode
-
citySubdivision1
The primary subdivision within a city (e.g., district, neighborhood). -
getCitySubdivision1
-
setCitySubdivision1
-
regionSubdivision1
The primary administrative division within a region (e.g., state, province). -
getRegionSubdivision1
-
setRegionSubdivision1
-
regionSubdivision2
A secondary subdivision within the primary region subdivision (e.g., county, district). -
getRegionSubdivision2
-
setRegionSubdivision2
-
country
Stores the name of the country in which the address is situated. -
getCountry
-
setCountry
-
equals
-
hashCode
public int hashCode() -
toString
-