/// <summary>
 /// will allow you to write queries on CheckoutUserError.
 /// </summary>
 public DisplayableErrorQuery onCheckoutUserError(CheckoutUserErrorDelegate buildQuery)
 {
     Query.Append("...on CheckoutUserError{");
     buildQuery(new CheckoutUserErrorQuery(Query));
     Query.Append("}");
     return(this);
 }
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutCustomerDisassociateV2payloadQuery checkoutUserErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("checkoutUserErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }
Exemplo n.º 3
0
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutShippingAddressUpdateV2payloadQuery checkoutUserErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("checkoutUserErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }
Exemplo n.º 4
0
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutCreatePayloadQuery checkoutUserErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("checkoutUserErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }
Exemplo n.º 5
0
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutDiscountCodeApplyV2payloadQuery checkoutUserErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("checkoutUserErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutLineItemsReplacePayloadQuery userErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("userErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }
Exemplo n.º 7
0
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutCompleteWithTokenizedPaymentV2payloadQuery checkoutUserErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("checkoutUserErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }
Exemplo n.º 8
0
        /// <summary>
        /// List of errors that occurred executing the mutation.
        /// </summary>
        public CheckoutGiftCardRemoveV2payloadQuery checkoutUserErrors(CheckoutUserErrorDelegate buildQuery)
        {
            Query.Append("checkoutUserErrors ");

            Query.Append("{");
            buildQuery(new CheckoutUserErrorQuery(Query));
            Query.Append("}");

            return(this);
        }