public static class Storefront.CheckoutEmailUpdatePayload
extends <any>
| Constructor and Description |
|---|
CheckoutEmailUpdatePayload() |
CheckoutEmailUpdatePayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.Checkout |
getCheckout()
The checkout object with the updated email.
|
java.util.List<Storefront.CheckoutUserError> |
getCheckoutUserErrors()
List of errors that occurred executing the mutation.
|
java.lang.String |
getGraphQlTypeName() |
java.util.List<Storefront.UserError> |
getUserErrors()
Deprecated.
Use `checkoutUserErrors` instead
|
Storefront.CheckoutEmailUpdatePayload |
setCheckout(Storefront.Checkout arg) |
Storefront.CheckoutEmailUpdatePayload |
setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg) |
Storefront.CheckoutEmailUpdatePayload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CheckoutEmailUpdatePayload()
public CheckoutEmailUpdatePayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Checkout getCheckout()
public Storefront.CheckoutEmailUpdatePayload setCheckout(Storefront.Checkout arg)
public java.util.List<Storefront.CheckoutUserError> getCheckoutUserErrors()
public Storefront.CheckoutEmailUpdatePayload setCheckoutUserErrors(java.util.List<Storefront.CheckoutUserError> arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CheckoutEmailUpdatePayload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)