public static class Storefront.CheckoutCompleteWithCreditCardPayloadQuery
extends <any>
| Modifier and Type | Method and Description |
|---|---|
Storefront.CheckoutCompleteWithCreditCardPayloadQuery |
checkout(Storefront.CheckoutQueryDefinition queryDef)
The checkout on which the payment was applied.
|
Storefront.CheckoutCompleteWithCreditCardPayloadQuery |
checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
List of errors that occurred executing the mutation.
|
Storefront.CheckoutCompleteWithCreditCardPayloadQuery |
payment(Storefront.PaymentQueryDefinition queryDef)
A representation of the attempted payment.
|
Storefront.CheckoutCompleteWithCreditCardPayloadQuery |
userErrors(Storefront.UserErrorQueryDefinition queryDef)
Deprecated.
Use `checkoutUserErrors` instead
|
public Storefront.CheckoutCompleteWithCreditCardPayloadQuery checkout(Storefront.CheckoutQueryDefinition queryDef)
public Storefront.CheckoutCompleteWithCreditCardPayloadQuery checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
public Storefront.CheckoutCompleteWithCreditCardPayloadQuery payment(Storefront.PaymentQueryDefinition queryDef)
@Deprecated public Storefront.CheckoutCompleteWithCreditCardPayloadQuery userErrors(Storefront.UserErrorQueryDefinition queryDef)