public class CombinedPaymentContextSeed extends Object
| Constructor and Description |
|---|
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse) |
CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos,
PaymentActionType actionType,
Money orderTotal,
PaymentResponse paymentResponse,
Money transactionAmount) |
| Modifier and Type | Method and Description |
|---|---|
PaymentActionType |
getActionType() |
Map<PaymentInfo,Referenced> |
getInfos() |
Money |
getOrderTotal() |
PaymentResponse |
getPaymentResponse() |
Money |
getTransactionAmount() |
public CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos, PaymentActionType actionType, Money orderTotal, PaymentResponse paymentResponse)
public CombinedPaymentContextSeed(Map<PaymentInfo,Referenced> infos, PaymentActionType actionType, Money orderTotal, PaymentResponse paymentResponse, Money transactionAmount)
public Map<PaymentInfo,Referenced> getInfos()
public PaymentActionType getActionType()
public Money getOrderTotal()
public PaymentResponse getPaymentResponse()
public Money getTransactionAmount()
Copyright © 2014. All Rights Reserved.