Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 1.18 KB

File metadata and controls

15 lines (11 loc) · 1.18 KB

CreditAccountRequest

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
organization_id str { "description" : "", "verbs":[] } [optional]
value float { "description" : " Monetary value of the credit", "verbs":["POST","GET"] }
currency str { "description" : "Currency of the credit", "verbs":["POST","GET"] }
invoice_id str { "description" : "Reference an invoice", "verbs":["POST","GET"] } [optional]
description str { "description" : "", "verbs":["POST","GET"] } [optional]

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