public class AfterPayInputData
extends java.lang.Object
| Constructor and Description |
|---|
AfterPayInputData() |
| Modifier and Type | Method and Description |
|---|---|
AfterPayAddressInputData |
getBillingAddressInputData() |
AfterPayAddressInputData |
getDeliveryAddressInputData() |
AfterPayPersonalDataInputData |
getPersonalDataInputData() |
boolean |
isAgreementChecked() |
boolean |
isSeparateDeliveryAddressEnable() |
void |
setAgreementChecked(boolean agreementChecked) |
void |
setBillingAddressInputData(AfterPayAddressInputData billingAddressInputData) |
void |
setDeliveryAddressInputData(AfterPayAddressInputData deliveryAddressInputData) |
void |
setPersonalDataInputData(AfterPayPersonalDataInputData personalDataInputData) |
void |
setSeparateDeliveryAddress(boolean separateDeliveryAddress) |
public AfterPayPersonalDataInputData getPersonalDataInputData()
public void setPersonalDataInputData(AfterPayPersonalDataInputData personalDataInputData)
public AfterPayAddressInputData getBillingAddressInputData()
public void setBillingAddressInputData(AfterPayAddressInputData billingAddressInputData)
public AfterPayAddressInputData getDeliveryAddressInputData()
public void setDeliveryAddressInputData(AfterPayAddressInputData deliveryAddressInputData)
public boolean isSeparateDeliveryAddressEnable()
public void setSeparateDeliveryAddress(boolean separateDeliveryAddress)
public boolean isAgreementChecked()
public void setAgreementChecked(boolean agreementChecked)