Class CreateSubscriptionRequest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.data.HostedOrderPageRequest
-
- de.hybris.platform.acceleratorservices.payment.data.CreateSubscriptionRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class CreateSubscriptionRequest extends HostedOrderPageRequest
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateSubscriptionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerBillToDatagetCustomerBillToData()CustomerShipToDatagetCustomerShipToData()OrderInfoDatagetOrderInfoData()OrderPageAppearanceDatagetOrderPageAppearanceData()OrderPageConfirmationDatagetOrderPageConfirmationData()PaymentInfoDatagetPaymentInfoData()SignatureDatagetSignatureData()SubscriptionSignatureDatagetSubscriptionSignatureData()voidsetCustomerBillToData(CustomerBillToData customerBillToData)voidsetCustomerShipToData(CustomerShipToData customerShipToData)voidsetOrderInfoData(OrderInfoData orderInfoData)voidsetOrderPageAppearanceData(OrderPageAppearanceData orderPageAppearanceData)voidsetOrderPageConfirmationData(OrderPageConfirmationData orderPageConfirmationData)voidsetPaymentInfoData(PaymentInfoData paymentInfoData)voidsetSignatureData(SignatureData signatureData)voidsetSubscriptionSignatureData(SubscriptionSignatureData subscriptionSignatureData)-
Methods inherited from class de.hybris.platform.acceleratorservices.payment.data.HostedOrderPageRequest
getRequestId, getRequestUrl, getResponseUrl, getSiteName, setRequestId, setRequestUrl, setResponseUrl, setSiteName
-
-
-
-
Method Detail
-
setCustomerBillToData
public void setCustomerBillToData(CustomerBillToData customerBillToData)
-
getCustomerBillToData
public CustomerBillToData getCustomerBillToData()
-
setCustomerShipToData
public void setCustomerShipToData(CustomerShipToData customerShipToData)
-
getCustomerShipToData
public CustomerShipToData getCustomerShipToData()
-
setPaymentInfoData
public void setPaymentInfoData(PaymentInfoData paymentInfoData)
-
getPaymentInfoData
public PaymentInfoData getPaymentInfoData()
-
setOrderInfoData
public void setOrderInfoData(OrderInfoData orderInfoData)
-
getOrderInfoData
public OrderInfoData getOrderInfoData()
-
setOrderPageAppearanceData
public void setOrderPageAppearanceData(OrderPageAppearanceData orderPageAppearanceData)
-
getOrderPageAppearanceData
public OrderPageAppearanceData getOrderPageAppearanceData()
-
setOrderPageConfirmationData
public void setOrderPageConfirmationData(OrderPageConfirmationData orderPageConfirmationData)
-
getOrderPageConfirmationData
public OrderPageConfirmationData getOrderPageConfirmationData()
-
setSignatureData
public void setSignatureData(SignatureData signatureData)
-
getSignatureData
public SignatureData getSignatureData()
-
setSubscriptionSignatureData
public void setSubscriptionSignatureData(SubscriptionSignatureData subscriptionSignatureData)
-
getSubscriptionSignatureData
public SubscriptionSignatureData getSubscriptionSignatureData()
-
-