# CustomerPaymentMethodUserError - admin - OBJECT Version: unstable ## Description Represents an error in the input of a mutation. ### Access Scopes `read_customers` access scope. Also: Requires `read_customer_payment_methods` scope. ## Fields * [code](/docs/api/admin/unstable/enums/CustomerPaymentMethodUserErrorCode): CustomerPaymentMethodUserErrorCode - The error code. * [field](/docs/api/admin/unstable/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/admin/unstable/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [customerPaymentMethodPaypalBillingAgreementCreate](/docs/api/admin/unstable/mutations/customerPaymentMethodPaypalBillingAgreementCreate) Creates a PayPal billing agreement for a customer. * [customerPaymentMethodPaypalBillingAgreementUpdate](/docs/api/admin/unstable/mutations/customerPaymentMethodPaypalBillingAgreementUpdate) Updates a PayPal billing agreement for a customer. ## Related Unions ## Examples