public static class Storefront.CheckoutCustomerAssociateV2PayloadQuery
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
checkout(Storefront.CheckoutQueryDefinition queryDef)
The updated checkout object.
|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
List of errors that occurred executing the mutation.
|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
customer(Storefront.CustomerQueryDefinition queryDef)
The associated customer object.
|
Storefront.CheckoutCustomerAssociateV2PayloadQuery |
userErrors(Storefront.UserErrorQueryDefinition queryDef)
Deprecated.
Use `checkoutUserErrors` instead
|
public Storefront.CheckoutCustomerAssociateV2PayloadQuery checkout(Storefront.CheckoutQueryDefinition queryDef)
public Storefront.CheckoutCustomerAssociateV2PayloadQuery checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
public Storefront.CheckoutCustomerAssociateV2PayloadQuery customer(Storefront.CustomerQueryDefinition queryDef)
@Deprecated public Storefront.CheckoutCustomerAssociateV2PayloadQuery userErrors(Storefront.UserErrorQueryDefinition queryDef)