public class PaymentTransactionCreationResultImpl extends AbstractPaymentOperationResult implements PaymentTransactionCreationResult
| Constructor and Description |
|---|
PaymentTransactionCreationResultImpl(OperationResult operationResult,
io.sphere.sdk.payments.Payment payment,
HandlingTask handlingTask) |
PaymentTransactionCreationResultImpl(OperationResult operationResult,
io.sphere.sdk.payments.Payment payment,
HandlingTask handlingTask,
java.lang.String message,
java.lang.Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
HandlingTask |
getHandlingTask()
Get the task that describes what actions the shop should do next.
|
getException, getMessage, getOperationResult, getRelatedPaymentObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetException, getMessage, getOperationResult, getRelatedPaymentObjectpublic PaymentTransactionCreationResultImpl(OperationResult operationResult, io.sphere.sdk.payments.Payment payment, HandlingTask handlingTask)
public PaymentTransactionCreationResultImpl(OperationResult operationResult, io.sphere.sdk.payments.Payment payment, HandlingTask handlingTask, java.lang.String message, java.lang.Throwable exception)
public HandlingTask getHandlingTask()
PaymentCreationResultgetHandlingTask in interface PaymentCreationResult