TaxAddressRequest Class
Namespace
TaxAddressRequest Constructors
The TaxAddressRequest class includes these constructors.
TaxAddressRequest(city, country, latitude, longitude, postalCode, state, street, locationCode)
Signature
global TaxAddressRequest(String city, String country, Double latitude, Double longitude, String postalCode, String state, String street, String locationCode)
Parameters
-
city:
Type: String
City used in an address, which is required for tax calculation.
-
country:
Type: String
Country used in an address, which is required for tax calculation.
-
latitude:
Type: Double
Latitude used in an address, which is required for tax calculation.
-
longitude:
Type: Double
Longitude used in an address, which is required for tax calculation.
-
postalCode:
Type: String
Postal code used in an address, which is required for tax calculation.
-
state:
Type: String
State used in an address, which is required for tax calculation.
-
street:
Type: String
Street used in an address, which is required for tax calculation.
-
locationCode:
Type: String
Location code used in an address, which is required for tax calculation.
TaxAddressRequest Properties
The TaxAddressRequest class includes these properties.
TaxAddressRequest Methods
The TaxAddressRequest class includes these methods.
equals(obj)
Signature
global Boolean equals(Object obj)
Parameters
-
obj:
Type:
Object External object whose key is to be validated.
Return Value
Type: Boolean
hashCode()
Signature
global Integer hashCode()
Return Value
Type: Integer