Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.35 KB

File metadata and controls

18 lines (14 loc) · 1.35 KB

GETRefundItemPartType

Properties

Name Type Description Notes
amount float The amount of the refund part item. [optional]
created_by_id str The ID of the Zuora user who created the refund part item. [optional]
created_date datetime The date and time when the refund 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 refund part item. [optional]
credit_tax_item_id str The ID of the credit memo taxation item associated with the refund part item. [optional]
id str The ID of the refund part item. [optional]
success bool Returns `true` if the request was processed successfully. [optional]
updated_by_id str The ID of the Zuora user who last updated the refund part item. [optional]
updated_date datetime The date and time when the refund 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]