Class CreateSubscriptionResult
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.payment.data.HostedOrderPageResult
-
- de.hybris.platform.acceleratorservices.payment.data.AbstractPaymentResult
-
- de.hybris.platform.acceleratorservices.payment.data.CreateSubscriptionResult
-
- All Implemented Interfaces:
java.io.Serializable
public class CreateSubscriptionResult extends AbstractPaymentResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateSubscriptionResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthReplyDatagetAuthReplyData()CustomerInfoDatagetCustomerInfoData()OrderInfoDatagetOrderInfoData()PaymentInfoDatagetPaymentInfoData()SignatureDatagetSignatureData()SubscriptionInfoDatagetSubscriptionInfoData()SubscriptionSignatureDatagetSubscriptionSignatureData()voidsetAuthReplyData(AuthReplyData authReplyData)voidsetCustomerInfoData(CustomerInfoData customerInfoData)voidsetOrderInfoData(OrderInfoData orderInfoData)voidsetPaymentInfoData(PaymentInfoData paymentInfoData)voidsetSignatureData(SignatureData signatureData)voidsetSubscriptionInfoData(SubscriptionInfoData subscriptionInfoData)voidsetSubscriptionSignatureData(SubscriptionSignatureData subscriptionSignatureData)-
Methods inherited from class de.hybris.platform.acceleratorservices.payment.data.AbstractPaymentResult
getDecision, getDecisionPublicSignature, getTransactionSignatureVerified, setDecision, setDecisionPublicSignature, setTransactionSignatureVerified
-
Methods inherited from class de.hybris.platform.acceleratorservices.payment.data.HostedOrderPageResult
getErrors, getReasonCode, getRequestId, setErrors, setReasonCode, setRequestId
-
-
-
-
Method Detail
-
setAuthReplyData
public void setAuthReplyData(AuthReplyData authReplyData)
-
getAuthReplyData
public AuthReplyData getAuthReplyData()
-
setCustomerInfoData
public void setCustomerInfoData(CustomerInfoData customerInfoData)
-
getCustomerInfoData
public CustomerInfoData getCustomerInfoData()
-
setPaymentInfoData
public void setPaymentInfoData(PaymentInfoData paymentInfoData)
-
getPaymentInfoData
public PaymentInfoData getPaymentInfoData()
-
setOrderInfoData
public void setOrderInfoData(OrderInfoData orderInfoData)
-
getOrderInfoData
public OrderInfoData getOrderInfoData()
-
setSignatureData
public void setSignatureData(SignatureData signatureData)
-
getSignatureData
public SignatureData getSignatureData()
-
setSubscriptionInfoData
public void setSubscriptionInfoData(SubscriptionInfoData subscriptionInfoData)
-
getSubscriptionInfoData
public SubscriptionInfoData getSubscriptionInfoData()
-
setSubscriptionSignatureData
public void setSubscriptionSignatureData(SubscriptionSignatureData subscriptionSignatureData)
-
getSubscriptionSignatureData
public SubscriptionSignatureData getSubscriptionSignatureData()
-
-