Field | Type | Required | Description |
---|---|---|---|
program_id |
::String | ✔️ | N/A |
invoice_id |
::String | ✔️ | N/A |
amount |
T.nilable(::Float) | ➖ | The new absolute amount for the sale. |
modify_amount |
T.nilable(::Float) | ➖ | Modify the current sale amount: use positive values to increase the amount, negative values to decrease it. |