Anchor to CustomerPaymentMethodUserErrorCustomer
Customer Payment Method User Error
object
Requires access scope. Also: Requires
scope.
Represents an error in the input of a mutation.
Anchor to FieldsFields
- Anchor to codecode•
The error code.
- Anchor to fieldfield•
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Was this section helpful?
Anchor to MutationsMutations
- Anchor to customerPaymentMethodPaypalBillingAgreementCreatecustomer•
Payment Method Paypal Billing Agreement Create mutation Creates a PayPal billing agreement for a customer.
- Anchor to billingAddressbilling•
Address The billing address.
- Anchor to billingAgreementIdbilling•
Agreement Id String!required The billing agreement ID from PayPal that starts with 'B-' (for example,
).
- Anchor to customerIdcustomer•
Id ID!required The ID of the customer.
- Anchor to inactiveinactive•BooleanDefault:false
Whether the PayPal billing agreement is inactive.
Arguments
- Anchor to customerPaymentMethodcustomer•
Payment Method The customer payment method.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields
- Anchor to customerPaymentMethodPaypalBillingAgreementUpdatecustomer•
Payment Method Paypal Billing Agreement Update mutation Updates a PayPal billing agreement for a customer.
- Anchor to billingAddressbilling•
Address MailingAddress Input!required The billing address.
- •ID!required
The ID of the customer payment method.
Arguments
- Anchor to customerPaymentMethodcustomer•
Payment Method The customer payment method.
- Anchor to userErrorsuser•
Errors The list of errors that occurred from executing the mutation.
Fields
Was this section helpful?