public static class Storefront.CheckoutCustomerAssociatePayload
extends <any>
| Constructor and Description |
|---|
CheckoutCustomerAssociatePayload() |
CheckoutCustomerAssociatePayload(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
Storefront.Checkout |
getCheckout()
The updated checkout object.
|
Storefront.Customer |
getCustomer()
The associated customer object.
|
java.lang.String |
getGraphQlTypeName() |
java.util.List<Storefront.UserError> |
getUserErrors()
List of errors that occurred executing the mutation.
|
Storefront.CheckoutCustomerAssociatePayload |
setCheckout(Storefront.Checkout arg) |
Storefront.CheckoutCustomerAssociatePayload |
setCustomer(Storefront.Customer arg) |
Storefront.CheckoutCustomerAssociatePayload |
setUserErrors(java.util.List<Storefront.UserError> arg) |
boolean |
unwrapsToObject(java.lang.String key) |
public CheckoutCustomerAssociatePayload()
public CheckoutCustomerAssociatePayload(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public Storefront.Checkout getCheckout()
public Storefront.CheckoutCustomerAssociatePayload setCheckout(Storefront.Checkout arg)
public Storefront.Customer getCustomer()
public Storefront.CheckoutCustomerAssociatePayload setCustomer(Storefront.Customer arg)
public java.util.List<Storefront.UserError> getUserErrors()
public Storefront.CheckoutCustomerAssociatePayload setUserErrors(java.util.List<Storefront.UserError> arg)
public boolean unwrapsToObject(java.lang.String key)