> ## Documentation Index
> Fetch the complete documentation index at: https://juo.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Payment method resource

> This object represents a payment method stored against a customer.

The `CustomerPaymentMethod` object represents a payment instrument held against a customer and used to bill their subscriptions. Payment details are never stored by Juo — the object exposes only the non-sensitive attributes needed to display a payment method to the customer, such as the card brand, masked number, and expiry.

### Billing address

`billingAddress` is the address associated with the payment instrument, and is `null` when the payment provider does not supply one. It is distinct from the delivery address on a subscription or schedule order.

### Reference
