Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.72 KB

File metadata and controls

21 lines (17 loc) · 1.72 KB

GETCreditMemoItemPartType

Properties

Name Type Description Notes
amount float The amount of the credit memo part item. [optional]
created_by_id str The ID of the Zuora user who created the credit memo part item. [optional]
created_date datetime The date and time when the credit memo part item was created, in `yyyy-mm-dd hh:mm:ss` format. For example, 2017-03-01 15:31:10. [optional]
credit_memo_item_id str The ID of the credit memo item associated with the credit memo part item. [optional]
credit_tax_item_id str The ID of the credit memo taxation item. [optional]
debit_memo_item_id str The ID of the debit memo item associated with the credit memo part item. [optional]
id str The ID of the credit memo part item. [optional]
invoice_item_id str The ID of the invoice item associated with the credit memo part item. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
tax_item_id str The ID of the invoice or debit memo taxation item associated with the credit memo taxation item. [optional]
updated_by_id str The ID of the Zuora user who last updated the credit memo part item. [optional]
updated_date datetime The date and time when the credit memo part item was last updated, in `yyyy-mm-dd hh:mm:ss` format. For example, 2017-03-02 15:36:10. [optional]

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