Name | Type | Description | Notes |
---|---|---|---|
account_id | string | Identifier of the account that owns the billing document. | [optional] |
account_number | string | Human-readable identifier of the account that owns the billing document. | [optional] |
description | string | An arbitrary string associated with the object. Often useful for displaying to users. | [optional] |
due_date | DateTime | The date on which payment for the billing document is due. | [optional] |
document_date | DateTime | The date when the billing document takes effect. | [optional] |
reason_code | string | Reason for issuing this billing document. This field is applicable only if the `type` field is set to `credit_memo` or `debit_memo`. | [optional] |
invoice_id | string | The identifier of the invoice billing document from which this credit memo or debit memo billing document is created. This field is applicable only if the `type` field is set to `credit_memo` or `debit_memo`. | [optional] |
transfer_to_accounting | bool | Whether to transfer to an external accounting system. | [optional] |
custom_fields | Dictionary<string, Object> | Set of user-defined fields associated with this object. Useful for storing additional information about the object in a structured format. | [optional] |
exclude_from_auto_apply_rules | bool | Indicates whether to exclude this credit memo billing document from the rule of automatically applying it to invoices. This field is applicable only if the `type` field is set to `credit_memo`. | [optional] |
pay | bool | Indicates whether the billing document is automatically picked up for processing in the corresponding payment run. | [optional] |
type | string | The type of billing document. Can be one of the credit memo, debit memo, or invoice. | |
items | List<BillingDocumentItemCreateRequest> | Information of all billing document items. | [optional] |
apply | bool | Whether to automatically apply the billing document upon posting. | [optional] |
post | bool | Whether to automatically post a billing document after it is created. | [optional] |