Update the access or invoice end date of a commit
Field | Type | Required | Description |
---|---|---|---|
CustomerID |
string | ✔️ | ID of the customer whose commit is to be updated |
CommitID |
string | ✔️ | ID of the commit to update. Only supports "PREPAID" commits. |
AccessEndingBefore |
*time.Time | ➖ | RFC 3339 timestamp indicating when access to the commit will end and it will no longer be possible to draw it down (exclusive). If not provided, the access will not be updated. |
InvoicesEndingBefore |
*time.Time | ➖ | RFC 3339 timestamp indicating when the commit will stop being invoiced (exclusive). If not provided, the invoice schedule will not be updated. |