Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 662 Bytes

BaseInstallment.md

File metadata and controls

13 lines (10 loc) · 662 Bytes

# BaseInstallment

Properties

Name Type Description Notes
id int The ID of the installment [optional]
amount float The installment amount. [optional]
billing_date string The date which the installment will be charged. [optional]
description string The name of installment. [optional]
deal_id int The ID of the deal the installment was added to. [optional]

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