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