Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 829 Bytes

CreditMemoApplicationRequest.md

File metadata and controls

16 lines (11 loc) · 829 Bytes

Zuora.Model.CreditMemoApplicationRequest

Properties

Name Type Description Notes
id string Identifier of the invoice or debit memo to which the credit memo is applied.
type string The type of billing document, one of invoice or debit_memo.
amount decimal The credit memo amount applied to this billing document.
items List<CreditMemoItemApplicationRequest> The billing document items (invoice items or debit memo items or taxation items) to which the credit memo is applied. [optional]

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