| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
CheckoutResponse.getPaymentResponse() |
PaymentResponse |
CheckoutSeed.getPaymentResponse() |
| Modifier and Type | Method and Description |
|---|---|
CompositePaymentResponse |
CompositePaymentService.executePayment(Order order,
Map<PaymentInfo,Referenced> payments,
PaymentResponse response) |
CompositePaymentResponse |
CompositePaymentServiceImpl.executePayment(Order order,
Map<PaymentInfo,Referenced> payments,
PaymentResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
PaymentResponseImpl |
| Modifier and Type | Method and Description |
|---|---|
PaymentResponse |
PaymentSeed.getPaymentResponse() |
PaymentResponse |
CombinedPaymentContextSeed.getPaymentResponse() |
PaymentResponse |
CompositePaymentResponse.getPaymentResponse() |
| 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) |
PaymentSeed(Order order,
Map<PaymentInfo,Referenced> infos,
PaymentResponse paymentResponse) |
PaymentSeed(Order order,
Map<PaymentInfo,Referenced> infos,
PaymentResponse paymentResponse,
Money transactionAmount) |
Copyright © 2014. All Rights Reserved.