# customer_payment_method
## Overview
The `customer_payment_method` object represents "a customer's saved payment method" such as a stored credit card for account reuse.
## Properties
| Property | Type | Description |
|----------|------|-------------|
| `payment_instrument_type` | string | "The instrument type of the payment method (e.g credit_card)." |
| `token` | string | "The identifier for the payment method." |
## Related Objects
This object is accessed through the `customer.payment_methods` property on the customer object.