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