Uses of Class
com.mypurecloud.sdk.v2.model.InvoiceAddress
Packages that use InvoiceAddress
-
Uses of InvoiceAddress in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return InvoiceAddressModifier and TypeMethodDescriptionInvoiceAddress.addressType(InvoiceAddress.AddressTypeEnum addressType) The type of address.The city name.InvoiceAddress.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.InvoiceAddress.countryCode(String countryCode) The code representing the country for the Address (ISO_3166).InvoiceAddress.currencyIsoCode(String currencyIsoCode) Contains the ISO code for any currency allowed by the organization.InvoiceAddress.dateEffective(LocalDate dateEffective) The date when the Address became effective.BillingInvoice.getBillToAddress()BillingInvoice.getShipToAddress()The first line of the Address.The second line of the Address.The third line of the Address.InvoiceAddress.postalCode(String postalCode) The Postal or Zip Code.InvoiceAddress.regionSubdivision1(String regionSubdivision1) The primary administrative division within a region (e.g., state, province).InvoiceAddress.regionSubdivision2(String regionSubdivision2) A secondary subdivision within the primary region subdivision (e.g., county, district).The code that reflects the geographic state for the Address.Methods in com.mypurecloud.sdk.v2.model with parameters of type InvoiceAddressModifier and TypeMethodDescriptionBillingInvoice.billToAddress(InvoiceAddress billToAddress) Details of the bill to address.voidBillingInvoice.setBillToAddress(InvoiceAddress billToAddress) voidBillingInvoice.setShipToAddress(InvoiceAddress shipToAddress) BillingInvoice.shipToAddress(InvoiceAddress shipToAddress) Details of the ship to address.