This object represents a transaction. The system generates a transaction in case a payment was successfully executed
| Property | Type | Description |
|---|---|---|
| kind | String | Uniquely identifies the object schema type |
| id | Integer | Unique identifier for the object |
| userId | Integer | Unique identifier of the associated user |
| planId | Integer | Unique identifier of the associated plan |
| transactionId | String | External reference or gateway transaction identifier |
| amount | Number | Monetary amount paid for the transaction |
| points | Number | Number of credits or points credited by this transaction |
| periodStart | DateTime | Start timestamp of the active billing period |
| periodEnd | DateTime | End timestamp of the active billing period |
| insertDate | DateTime | Creation timestamp of the transaction record |