Package com.ringcentral.definitions
Class ShippingAddressInfo
java.lang.Object
com.ringcentral.definitions.ShippingAddressInfo
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 Summary
FieldsModifier and TypeFieldDescriptionEmail of an additional contact person.Name of an additional contact person.Phone number of an additional contact person.City nameCountry nameInternal identifier of a countryISO code of a countryFull name of a countryEmail of a primary contact person (receiver).Name of a primary contact person (receiver)Phone number of a primary contact person (receiver).State/province nameInternal identifier of a stateISO code of a stateFull name of a stateStreet address, line 1 - street address, P.O.Street address, line 2 - apartment, suite, unit, building, floor, etc.National taxpayer identification number.Zip code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalCustomerEmail
(String additionalCustomerEmail) additionalCustomerName
(String additionalCustomerName) additionalCustomerPhone
(String additionalCustomerPhone) countryIsoCode
(String countryIsoCode) countryName
(String countryName) customerEmail
(String customerEmail) customerName
(String customerName) customerPhone
(String customerPhone) stateIsoCode
(String stateIsoCode)
-
Field Details
-
customerName
Name of a primary contact person (receiver) -
additionalCustomerName
Name of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. -
customerEmail
Email of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia. Format: email -
additionalCustomerEmail
Email of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. Format: email -
customerPhone
Phone number of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia -
additionalCustomerPhone
Phone number of an additional contact person. Should be specified for countries except the US, Canada, the UK & Australia. -
street
Street address, line 1 - street address, P.O. box, company name, c/o -
street2
Street address, line 2 - apartment, suite, unit, building, floor, etc. -
city
City name -
state
State/province name -
stateId
Internal identifier of a state -
stateIsoCode
ISO code of a state -
stateName
Full name of a state -
countryId
Internal identifier of a country -
countryIsoCode
ISO code of a country -
country
Country name -
countryName
Full name of a country -
zip
Zip code -
taxId
National taxpayer identification number. Should be specified for Brazil (CNPJ/CPF number) and Argentina (CUIT number).
-
-
Constructor Details
-
ShippingAddressInfo
public ShippingAddressInfo()
-
-
Method Details
-
customerName
-
additionalCustomerName
-
customerEmail
-
additionalCustomerEmail
-
customerPhone
-
additionalCustomerPhone
-
street
-
street2
-
city
-
state
-
stateId
-
stateIsoCode
-
stateName
-
countryId
-
countryIsoCode
-
country
-
countryName
-
zip
-
taxId
-