Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 953 Bytes

WriteOffRequest.md

File metadata and controls

17 lines (12 loc) · 953 Bytes

Zuora.Model.WriteOffRequest

Properties

Name Type Description Notes
description string An arbitrary string associated with the object. Often useful for displaying to users. [optional]
document_date DateTime The date when the invoice takes effect. [optional]
reason_code string Reason for issuing this credit 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]
invoice_items List<WriteOffItemsRequest> Information of all invoice items. [optional]

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