public static class Storefront.CheckoutCompleteWithTokenizedPaymentPayload
extends <any>
| Constructor and Description |
|---|
CheckoutCompleteWithTokenizedPaymentPayload() |
CheckoutCompleteWithTokenizedPaymentPayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.Checkout |
getCheckout()
The checkout on which the payment was applied.
|
java.util.List<Storefront.CheckoutUserError> |
getCheckoutUserErrors()
List of errors that occurred executing the mutation.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.Payment |
getPayment()
A representation of the attempted payment.
|
java.util.List<Storefront.UserError> |
getUserErrors()
Deprecated.
Use `checkoutUserErrors` instead
|
Storefront.CheckoutCompleteWithTokenizedPaymentPayload |
setCheckout(Storefront.Checkout arg) |
Storefront.CheckoutCompleteWithTokenizedPaymentPayload |
setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg) |
Storefront.CheckoutCompleteWithTokenizedPaymentPayload |
setPayment(Storefront.Payment arg) |
Storefront.CheckoutCompleteWithTokenizedPaymentPayload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CheckoutCompleteWithTokenizedPaymentPayload()
public CheckoutCompleteWithTokenizedPaymentPayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Checkout getCheckout()
public Storefront.CheckoutCompleteWithTokenizedPaymentPayload setCheckout(Storefront.Checkout arg)
public java.util.List<Storefront.CheckoutUserError> getCheckoutUserErrors()
public Storefront.CheckoutCompleteWithTokenizedPaymentPayload setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg)
public Storefront.Payment getPayment()
public Storefront.CheckoutCompleteWithTokenizedPaymentPayload setPayment(Storefront.Payment arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CheckoutCompleteWithTokenizedPaymentPayload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)