public class AddressesModel
extends java.lang.Object
Constructor and Description |
---|
AddressesModel() |
Modifier and Type | Method and Description |
---|---|
AddressLocationInfo |
getPointOfOrderAcceptance()
Getter for pointOfOrderAcceptance
The place of business where you accept/approve the customer’s order,
thereby becoming contractually obligated to make the sale.
|
AddressLocationInfo |
getPointOfOrderOrigin()
Getter for pointOfOrderOrigin
The place of business where you receive the customer's order.
|
AddressLocationInfo |
getShipFrom()
Getter for shipFrom
The origination address where the products were shipped from, or from where the services originated.
|
AddressLocationInfo |
getShipTo()
Getter for shipTo
The destination address where the products were shipped to, or where the services were delivered.
|
AddressLocationInfo |
getSingleLocation()
Getter for singleLocation
If this transaction occurred at a retail point-of-sale location, provide that single address here and leave
all other address types null.
|
void |
setPointOfOrderAcceptance(AddressLocationInfo value)
Setter for pointOfOrderAcceptance
The place of business where you accept/approve the customer’s order,
thereby becoming contractually obligated to make the sale.
|
void |
setPointOfOrderOrigin(AddressLocationInfo value)
Setter for pointOfOrderOrigin
The place of business where you receive the customer's order.
|
void |
setShipFrom(AddressLocationInfo value)
Setter for shipFrom
The origination address where the products were shipped from, or from where the services originated.
|
void |
setShipTo(AddressLocationInfo value)
Setter for shipTo
The destination address where the products were shipped to, or where the services were delivered.
|
void |
setSingleLocation(AddressLocationInfo value)
Setter for singleLocation
If this transaction occurred at a retail point-of-sale location, provide that single address here and leave
all other address types null.
|
java.lang.String |
toString()
Returns a JSON string representation of AddressesModel
|
public AddressLocationInfo getSingleLocation()
public void setSingleLocation(AddressLocationInfo value)
public AddressLocationInfo getShipFrom()
public void setShipFrom(AddressLocationInfo value)
public AddressLocationInfo getShipTo()
public void setShipTo(AddressLocationInfo value)
public AddressLocationInfo getPointOfOrderOrigin()
public void setPointOfOrderOrigin(AddressLocationInfo value)
public AddressLocationInfo getPointOfOrderAcceptance()
public void setPointOfOrderAcceptance(AddressLocationInfo value)
public java.lang.String toString()
toString
in class java.lang.Object