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, getRelatedPaymentObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getException, getMessage, getOperationResult, getRelatedPaymentObject
public 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()
PaymentCreationResult
getHandlingTask
in interface PaymentCreationResult