Billing transaction record for quota or subscription purchases
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the transaction record |
| userId | Integer | ID of the user who executed the transaction |
| planId | Integer | ID of the subscription plan purchased |
| plan | Consumer_Plan | Plan details associated with the transaction |
| transactionId | String | External payment processor transaction reference ID |
| amount | Number | Monetary amount billed for the transaction |
| points | Number | Number of points credited to the user account |
| periodStart | DateTime | Start timestamp of the active billing period |
| periodEnd | DateTime | End timestamp of the active billing period |
| insertDate | DateTime | Timestamp when the transaction was recorded |