Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.28 KB

File metadata and controls

18 lines (14 loc) · 1.28 KB

GETPaymentPartType

Properties

Name Type Description Notes
amount float The amount of the payment part. [optional]
created_by_id str The ID of the Zuora user who created the payment part. [optional]
created_date datetime The date and time when the payment part was created, in `yyyy-mm-dd hh:mm:ss` format. For example, 2017-03-01 15:31:10. [optional]
debit_memo_id str The ID of the debit memo associated with the payment part. [optional]
id str The ID of the payment part. [optional]
invoice_id str The ID of the invoice associated with the payment part. [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 payment part. [optional]
updated_date datetime The date and time when the payment part 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]