| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The ID of the payment | [optional] |
| subscription_id | int | The ID of the subscription this payment is associated with | [optional] |
| deal_id | int | The ID of the deal this payment is associated with | [optional] |
| is_active | bool | The payment status | [optional] |
| amount | double | The payment amount | [optional] |
| currency | string | The currency of the payment | [optional] |
| change_amount | double | The difference between the amount of the current payment and the previous payment. The value can be either positive or negative. | [optional] |
| due_at | \DateTime | The date when payment occurs | [optional] |
| revenue_movement_type | string | Represents the movement of revenue in comparison with the previous payment. Possible values are: `New` - first payment of the subscription. `Recurring` - no movement. `Expansion` - current payment amount > previous payment amount. `Contraction` - current payment amount < previous payment amount. `Churn` - last payment of the subscription. | [optional] |
| payment_type | string | The type of the payment. Possible values are: `Recurring` - payments occur over fixed intervals of time, `Additional` - extra payment not the recurring payment of the recurring subscription, `Installment` - payment of the installment subscription. | [optional] |
| description | string | The description of the payment | [optional] |
| add_time | string | The creation time of the payment | [optional] |
| update_time | string | The update time of the payment | [optional] |