# BillingPayerResource

> Billing is currently in Beta and its APIs are experimental and may undergo breaking changes. To mitigate potential disruptions, we recommend [pinning](https://clerk.com/docs/pinning.md?sdk=chrome-extension) your SDK and `clerk-js` package versions.

The `BillingPayerResource` type represents a payer associated with a Billing Subscription.

## Properties

| Property                                          | Type                       | Description                                                           |
| ------------------------------------------------- | -------------------------- | --------------------------------------------------------------------- |
| <a id="createdat"></a> `createdAt?`               | `Date`                     | The date and time when the payer was created.                         |
| <a id="email"></a> `email?`                       | `null | string` | The email address of the payer.                                       |
| <a id="firstname"></a> `firstName?`               | `null | string` | The first name of the payer.                                          |
| <a id="id"></a> `id`                              | `string`                   | The unique identifier for the payer.                                  |
| <a id="imageurl"></a> `imageUrl?`                 | `string`                   | The URL of the payer's avatar image.                                  |
| <a id="lastname"></a> `lastName?`                 | `null | string` | The last name of the payer.                                           |
| <a id="organizationid"></a> `organizationId`      | `null | string` | The unique identifier for the Organization that the payer belongs to. |
| <a id="organizationname"></a> `organizationName?` | `null | string` | The name of the Organization that the payer belongs to.               |
| <a id="updatedat"></a> `updatedAt?`               | `Date`                     | The date and time when the payer was last updated.                    |
| <a id="userid"></a> `userId`                      | `null | string` | The unique identifier for the payer.                                  |

---

## Sitemap

[Overview of all docs pages](https://clerk.com/docs/llms.txt)
