Class ShippingAddressInfo

java.lang.Object
com.ringcentral.definitions.ShippingAddressInfo

public class ShippingAddressInfo extends Object
Shipping address for the order. If it coincides with the Emergency Service Address, then can be omitted. By default, the same value as the emergencyServiceAddress. Multiple addresses can be specified; in case an order contains several devices, they can be delivered to different addresses
  • Field Details

    • customerName

      public String customerName
      Name of a primary contact person (receiver)
    • additionalCustomerName

      public String additionalCustomerName
      Name of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia.
    • customerEmail

      public String customerEmail
      Email of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia. Format: email
    • additionalCustomerEmail

      public String additionalCustomerEmail
      Email of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. Format: email
    • customerPhone

      public String customerPhone
      Phone number of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia
    • additionalCustomerPhone

      public String additionalCustomerPhone
      Phone number of an additional contact person. Should be specified for countries except the US, Canada, the UK & Australia.
    • street

      public String street
      Street address, line 1 - street address, P.O. box, company name, c/o
    • street2

      public String street2
      Street address, line 2 - apartment, suite, unit, building, floor, etc.
    • city

      public String city
      City name
    • state

      public String state
      State/province name
    • stateId

      public String stateId
      Internal identifier of a state
    • stateIsoCode

      public String stateIsoCode
      ISO code of a state
    • stateName

      public String stateName
      Full name of a state
    • countryId

      public String countryId
      Internal identifier of a country
    • countryIsoCode

      public String countryIsoCode
      ISO code of a country
    • country

      public String country
      Country name
    • countryName

      public String countryName
      Full name of a country
    • zip

      public String zip
      Zip code
    • taxId

      public String taxId
      National taxpayer identification number. Should be specified for Brazil (CNPJ/CPF number) and Argentina (CUIT number).
  • Constructor Details

    • ShippingAddressInfo

      public ShippingAddressInfo()
  • Method Details