Record
account-billing-invoices-response-invoices-item
No description available.
record account-billing-invoices-response-invoices-item {
balance: option<f64>,
due-date: option<string>,
id: option<string>,
invoice-date: option<string>,
invoice-number: option<string>,
status: option<string>,
target-date: option<string>,
tax-amount: option<f64>,
total-amount: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| balance | option<f64> | |
| due-date | option<string> | |
| id | option<string> | |
| invoice-date | option<string> | |
| invoice-number | option<string> | |
| status | option<string> | |
| target-date | option<string> | |
| tax-amount | option<f64> | |
| total-amount | option<f64> |