public class UsableBillingAddressListDataBean extends SmartDataBeanImpl implements UsableBillingAddressListInputDataBean, UsableBillingAddressListSmartDataBean, Delegator
Constructor and Description |
---|
UsableBillingAddressListDataBean()
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
AddressDataBean[] | getBillingAddresses()
This method returns an array of usable billing addresses in the checkout flow.
|
Protectable | getDelegate()
This method returns the delegated OrderDataBean.
|
OrderDataBean | getOrderDataBean()
This method returns the OrderDataBean to use a billing address.
|
boolean | isPersonalAddressAllowForBilling()
This method returns if the personal address could be used as a billing address.
|
void | populate()
This method is used to populate the UsableBillingAddressListDataBean.
|
void | setOrderId(java.lang.String aOrderId)
This method sets the orderId property of the Bean.
|
void | setPaymentTCId(java.lang.String aPaymentTCId)
This method sets the paymentTCId property of the Bean.
|
public UsableBillingAddressListDataBean()
public Protectable getDelegate() throws java.lang.Exception
public OrderDataBean getOrderDataBean() throws ECException
public void populate() throws java.lang.Exception
public AddressDataBean[] getBillingAddresses()
public boolean isPersonalAddressAllowForBilling()
public void setOrderId(java.lang.String aOrderId)
public void setPaymentTCId(java.lang.String aPaymentTCId)