# customerPaymentMethodPaypalBillingAgreementUpdate - admin-graphql - MUTATION Version: 2024-07 ## Description Updates a PayPal billing agreement for a customer. ### Access Scopes `write_customers` access scope. Also: Requires `write_customer_payment_methods` scope. ## Arguments * [billingAddress](/docs/api/admin-graphql/2024-07/input-objects/MailingAddressInput): MailingAddressInput! - The billing address. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - The ID of the customer payment method. ## Returns * [customerPaymentMethod](/docs/api/admin-graphql/2024-07/objects/CustomerPaymentMethod): CustomerPaymentMethod The customer payment method. * [userErrors](/docs/api/admin-graphql/2024-07/objects/CustomerPaymentMethodUserError): CustomerPaymentMethodUserError! The list of errors that occurred from executing the mutation. ## Examples