Record
post-invoices-params
No description available.
record post-invoices-params {
account-tax-ids: option<string>,
application-fee-amount: option<s32>,
auto-advance: option<bool>,
automatic-tax: option<post-invoices-body-automatic-tax>,
collection-method: option<get-invoices-collection-method-enum>,
currency: option<string>,
custom-fields: option<string>,
customer: option<string>,
days-until-due: option<s32>,
default-payment-method: option<string>,
default-source: option<string>,
default-tax-rates: option<list<string>>,
description: option<string>,
discounts: option<string>,
due-date: option<s32>,
expand: option<list<string>>,
footer: option<string>,
from-invoice: option<post-invoices-body-from-invoice>,
metadata: option<string>,
on-behalf-of: option<string>,
payment-settings: option<post-invoices-body-payment-settings>,
pending-invoice-items-behavior: option<post-invoices-body-pending-invoice-items-behavior-enum>,
rendering-options: option<string>,
shipping-cost: option<post-invoices-body-shipping-cost>,
shipping-details: option<post-invoices-body-shipping-details>,
statement-descriptor: option<string>,
subscription: option<string>,
transfer-data: option<post-invoices-body-transfer-data>,
}Fields
| Name | Type | Description |
|---|---|---|
| account-tax-ids | option<string> | |
| application-fee-amount | option<s32> | |
| auto-advance | option<bool> | |
| automatic-tax | option<post-invoices-body-automatic-tax> | |
| collection-method | option<get-invoices-collection-method-enum> | |
| currency | option<string> | |
| custom-fields | option<string> | |
| customer | option<string> | |
| days-until-due | option<s32> | |
| default-payment-method | option<string> | |
| default-source | option<string> | |
| default-tax-rates | option<list<string>> | |
| description | option<string> | |
| discounts | option<string> | |
| due-date | option<s32> | |
| expand | option<list<string>> | |
| footer | option<string> | |
| from-invoice | option<post-invoices-body-from-invoice> | |
| metadata | option<string> | |
| on-behalf-of | option<string> | |
| payment-settings | option<post-invoices-body-payment-settings> | |
| pending-invoice-items-behavior | option<post-invoices-body-pending-invoice-items-behavior-enum> | |
| rendering-options | option<string> | |
| shipping-cost | option<post-invoices-body-shipping-cost> | |
| shipping-details | option<post-invoices-body-shipping-details> | |
| statement-descriptor | option<string> | |
| subscription | option<string> | |
| transfer-data | option<post-invoices-body-transfer-data> |