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
-
public class SubscriptionDataResult extends SubscriptionResult
Result forGetSubscriptionDataCommand
-
-
Constructor Summary
Constructors Constructor Description SubscriptionDataResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BillingInfo
getBillingInfo()
CardInfo
getCard()
void
setBillingInfo(BillingInfo billingInfo)
void
setCard(CardInfo card)
-
Methods inherited from class de.hybris.platform.payment.commands.result.SubscriptionResult
getSubscriptionID, setSubscriptionID
-
Methods inherited from class de.hybris.platform.payment.commands.result.AbstractResult
getMerchantTransactionCode, getReconciliationId, getRequestId, getRequestToken, getTransactionStatus, getTransactionStatusDetails, setMerchantTransactionCode, setReconciliationId, setRequestId, setRequestToken, setTransactionStatus, setTransactionStatusDetails
-
-
-
-
Method Detail
-
getCard
public CardInfo getCard()
- Returns:
- the card
-
setCard
public void setCard(CardInfo card)
- Parameters:
card
- the CardInfo to set
-
getBillingInfo
public BillingInfo getBillingInfo()
- Returns:
- the billingInfo
-
setBillingInfo
public void setBillingInfo(BillingInfo billingInfo)
- Parameters:
billingInfo
- the BillingInfo to set
-
-