Record
update-invoice-params
No description available.
record update-invoice-params {
invoice-id: string,
fields-to-clear: option<list<string>>,
idempotency-key: option<string>,
invoice: invoice,
}Fields
| Name | Type | Description |
|---|---|---|
| invoice-id | string | |
| fields-to-clear | option<list<string>> | |
| idempotency-key | option<string> | |
| invoice | invoice |