Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1004 Bytes

InvoicePatchRequest.md

File metadata and controls

17 lines (12 loc) · 1004 Bytes

Zuora.Model.InvoicePatchRequest

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]
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]