Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 699 Bytes

SubscriptionInstallmentUpdateRequest.md

File metadata and controls

10 lines (7 loc) · 699 Bytes

# SubscriptionInstallmentUpdateRequest

Properties

Name Type Description Notes
payments object[] Array of payments. It requires a minimum structure as follows: [{ amount:SUM, description:DESCRIPTION, due_at:PAYMENT_DATE }]. Replace SUM with a payment amount, DESCRIPTION with a explanation string, PAYMENT_DATE with a date (format YYYY-MM-DD).
update_deal_value bool Indicates that the deal value must be set to installment subscription's total value [optional]

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