public static class Storefront.CheckoutCompleteWithCreditCardPayload
extends <any>
| Constructor and Description |
|---|
CheckoutCompleteWithCreditCardPayload() |
CheckoutCompleteWithCreditCardPayload(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.CheckoutCompleteWithCreditCardPayload |
setCheckout(Storefront.Checkout arg) |
Storefront.CheckoutCompleteWithCreditCardPayload |
setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg) |
Storefront.CheckoutCompleteWithCreditCardPayload |
setPayment(Storefront.Payment arg) |
Storefront.CheckoutCompleteWithCreditCardPayload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CheckoutCompleteWithCreditCardPayload()
public CheckoutCompleteWithCreditCardPayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Checkout getCheckout()
public Storefront.CheckoutCompleteWithCreditCardPayload setCheckout(Storefront.Checkout arg)
public java.util.List<Storefront.CheckoutUserError> getCheckoutUserErrors()
public Storefront.CheckoutCompleteWithCreditCardPayload setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg)
public Storefront.Payment getPayment()
public Storefront.CheckoutCompleteWithCreditCardPayload setPayment(Storefront.Payment arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CheckoutCompleteWithCreditCardPayload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)