public static class Storefront.CheckoutCompleteWithCreditCardV2PayloadQuery extends Query<Storefront.CheckoutCompleteWithCreditCardV2PayloadQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| 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)
The list of errors that occurred from 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.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic 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)