Class SubscriptionDataResult
java.lang.Object
de.hybris.platform.payment.commands.result.AbstractResult
de.hybris.platform.payment.commands.result.SubscriptionResult
de.hybris.platform.payment.commands.result.SubscriptionDataResult
Result for
GetSubscriptionDataCommand-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.payment.commands.result.SubscriptionResult
getSubscriptionID, setSubscriptionIDMethods inherited from class de.hybris.platform.payment.commands.result.AbstractResult
getMerchantTransactionCode, getReconciliationId, getRequestId, getRequestToken, getTransactionStatus, getTransactionStatusDetails, setMerchantTransactionCode, setReconciliationId, setRequestId, setRequestToken, setTransactionStatus, setTransactionStatusDetails
-
Constructor Details
-
SubscriptionDataResult
public SubscriptionDataResult()
-
-
Method Details
-
getCard
- Returns:
- the card
-
setCard
- Parameters:
card- the CardInfo to set
-
getBillingInfo
- Returns:
- the billingInfo
-
setBillingInfo
- Parameters:
billingInfo- the BillingInfo to set
-