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 String getCountry() 

Get ‘Address.Country’.

Returns 

TypeDescription
String

global void setCountry(String country) 

Set ‘Address.Country’.

Returns 

TypeDescription
void

global String getState() 

Get ‘Address.State’.

Returns 

TypeDescription
String

global void setState(String state) 

Set ‘Address.State’.

Returns 

TypeDescription
void

global Boolean equals(Object obj) 

global Integer hashCode() 


Developer Preview

This release is in preview. Features described in this document don't become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can't guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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