The payer associated with this subscription.
| Field | Type | Required | Description |
|---|---|---|---|
object |
SchemasCommerceSubscriptionItemPayerObject | ✔️ | String representing the object's type. Objects of the same type share the same value. |
id |
String | ✔️ | Unique identifier for the payer. |
instanceId |
String | ✔️ | Unique identifier for the Clerk instance. |
userId |
Optional<String> | ➖ | User ID for user-type payers. |
firstName |
String | ✔️ | First name of the payer. |
lastName |
String | ✔️ | Last name of the payer. |
email |
String | ✔️ | Email address of the payer. |
organizationId |
Optional<String> | ➖ | Organization ID for org-type payers. |
organizationName |
Optional<String> | ➖ | Organization name for org-type payers. |
imageUrl |
String | ✔️ | URL of the payer's image/avatar. |
creditsBalance |
Optional<CommerceMoneyResponse> | ➖ | N/A |
createdAt |
long | ✔️ | Unix timestamp (in milliseconds) when the payer was created. |
updatedAt |
long | ✔️ | Unix timestamp (in milliseconds) when the payer was last updated. |