commercestoretax.Address

This Apex object represents a Ship-to-Address for an item.

Constructors 

global Address(String country) 

Constructor for Address object. All arguments are required.

Parameters 

ParamDescription
countryInitial value for Address.Country.

Methods 

global getCountry() 

Get ‘Address.Country’.

Returns 

TypeDescription
String

global setCountry(String country) 

Set ‘Address.Country’.

Returns 

TypeDescription
void

global getState() 

Get ‘Address.State’.

Returns 

TypeDescription
String

global setState(String state) 

Set ‘Address.State’.

Returns 

TypeDescription
void

global equals(Object obj) 

global hashCode() 


Newer Version Available

This content describes an older version of this product. View Latest

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!