public class BillingInfoForm extends Object implements Serializable
A form to model adding the Billing Address to the Order
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected boolean |
useShippingAddress |
| Constructor and Description |
|---|
BillingInfoForm() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
boolean |
isUseShippingAddress() |
void |
setAddress(Address address) |
void |
setUseShippingAddress(boolean useShippingAddress) |
protected Address address
protected boolean useShippingAddress
Copyright © 2015. All Rights Reserved.