Record
post-invoiceitems-params
No description available.
record post-invoiceitems-params {
amount: option<s32>,
currency: option<string>,
customer: string,
description: option<string>,
discountable: option<bool>,
discounts: option<string>,
expand: option<list<string>>,
invoice: option<string>,
metadata: option<string>,
period: option<post-invoiceitems-body-period>,
price: option<string>,
price-data: option<post-invoiceitems-body-price-data>,
quantity: option<s32>,
subscription: option<string>,
tax-behavior: option<post-invoiceitems-body-price-data-tax-behavior-enum>,
tax-code: option<string>,
tax-rates: option<list<string>>,
unit-amount: option<s32>,
unit-amount-decimal: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | option<s32> | |
| currency | option<string> | |
| customer | string | |
| description | option<string> | |
| discountable | option<bool> | |
| discounts | option<string> | |
| expand | option<list<string>> | |
| invoice | option<string> | |
| metadata | option<string> | |
| period | option<post-invoiceitems-body-period> | |
| price | option<string> | |
| price-data | option<post-invoiceitems-body-price-data> | |
| quantity | option<s32> | |
| subscription | option<string> | |
| tax-behavior | option<post-invoiceitems-body-price-data-tax-behavior-enum> | |
| tax-code | option<string> | |
| tax-rates | option<list<string>> | |
| unit-amount | option<s32> | |
| unit-amount-decimal | option<string> |