Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.19 KB

DebitMemoPatchRequest.md

File metadata and controls

18 lines (13 loc) · 1.19 KB

Zuora.Model.DebitMemoPatchRequest

Properties

Name Type Description Notes
pay bool Indicates whether the billing document is automatically picked up for processing in the corresponding payment run. [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]
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]

[Back to Model list] [Back to API list] [Back to README]