# CustomerPaypalBillingAgreement - admin-graphql - OBJECT Version: 2024-10 ## Description Represents a PayPal instrument for customer payment method. ### Access Scopes `read_customers` access scope. Also: Requires `read_customer_payment_methods` scope. ## Fields * [billingAddress](/docs/api/admin-graphql/2024-10/objects/CustomerPaymentInstrumentBillingAddress): CustomerPaymentInstrumentBillingAddress - The billing address of this payment method. * [inactive](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the PayPal billing agreement is inactive. * [isRevocable](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean! - Whether the payment method can be revoked.The payment method can be revoked if there are no active subscription contracts. * [paypalAccountEmail](/docs/api/admin-graphql/2024-10/scalars/String): String - The customers's PayPal account email address. ## Connections ## Related queries ## Related mutations ## Related Unions * [CustomerPaymentInstrument](/docs/api/admin-graphql/2024-10/unions/CustomerPaymentInstrument) All possible instruments for CustomerPaymentMethods. ## Examples