ActivitiesAddress
Address information
Parameters
address1
Street Number, Street Name, or PO Box.
address2
Apartment, Floor, Suite, Bldg
suite
Suite/apartment number
city
The city
province
The state or province.
country
3-letter code for the country.
postalCode
Zip/postal code.
Constructors
Link copied to clipboard
public ActivitiesAddress ActivitiesAddress(String address1, String address2, String suite, String city, String province, String country, String postalCode)