# CustomerPaypalBillingAgreement - admin - OBJECT
Version: 2025-01

## 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/2025-01/objects/CustomerPaymentInstrumentBillingAddress): CustomerPaymentInstrumentBillingAddress - The billing address of this payment method.
* [inactive](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the PayPal billing agreement is inactive.
* [isRevocable](/docs/api/admin/2025-01/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/2025-01/scalars/String): String - The customers's PayPal account email address.

## Connections



## Related queries

## Related mutations

## Related Unions
* [CustomerPaymentInstrument](/docs/api/admin/2025-01/unions/CustomerPaymentInstrument) All possible instruments for CustomerPaymentMethods.

## Examples