public class CreateSubscriptionResult extends AbstractPaymentResult
| Constructor and Description |
|---|
CreateSubscriptionResult() |
| Modifier and Type | Method and Description |
|---|---|
AuthReplyData |
getAuthReplyData() |
CustomerInfoData |
getCustomerInfoData() |
OrderInfoData |
getOrderInfoData() |
PaymentInfoData |
getPaymentInfoData() |
SignatureData |
getSignatureData() |
SubscriptionInfoData |
getSubscriptionInfoData() |
SubscriptionSignatureData |
getSubscriptionSignatureData() |
void |
setAuthReplyData(AuthReplyData authReplyData) |
void |
setCustomerInfoData(CustomerInfoData customerInfoData) |
void |
setOrderInfoData(OrderInfoData orderInfoData) |
void |
setPaymentInfoData(PaymentInfoData paymentInfoData) |
void |
setSignatureData(SignatureData signatureData) |
void |
setSubscriptionInfoData(SubscriptionInfoData subscriptionInfoData) |
void |
setSubscriptionSignatureData(SubscriptionSignatureData subscriptionSignatureData) |
getDecision, getDecisionPublicSignature, getTransactionSignatureVerified, setDecision, setDecisionPublicSignature, setTransactionSignatureVerifiedgetErrors, getReasonCode, getRequestId, setErrors, setReasonCode, setRequestIdpublic void setAuthReplyData(AuthReplyData authReplyData)
public AuthReplyData getAuthReplyData()
public void setCustomerInfoData(CustomerInfoData customerInfoData)
public CustomerInfoData getCustomerInfoData()
public void setPaymentInfoData(PaymentInfoData paymentInfoData)
public PaymentInfoData getPaymentInfoData()
public void setOrderInfoData(OrderInfoData orderInfoData)
public OrderInfoData getOrderInfoData()
public void setSignatureData(SignatureData signatureData)
public SignatureData getSignatureData()
public void setSubscriptionInfoData(SubscriptionInfoData subscriptionInfoData)
public SubscriptionInfoData getSubscriptionInfoData()
public void setSubscriptionSignatureData(SubscriptionSignatureData subscriptionSignatureData)
public SubscriptionSignatureData getSubscriptionSignatureData()
Copyright © 2018 SAP SE. All Rights Reserved.