Properties
| Name | Type | Required | Description |
|---|---|---|---|
| installmentCount | Long | ✅ | Number of installments |
| customer | String | ✅ | Unique customer identifier in Asaas |
| value | Double | ✅ | Value of each installment |
| billingType | InstallmentSaveRequestBillingType | ✅ | Payment billing type |
| dueDate | String | ✅ | Due date of the first installment |
| totalValue | Double | ❌ | Total installment amount |
| description | String | ❌ | Installment description (max. 500 characters) |
| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
| paymentExternalReference | String | ❌ | Free search field |
| discount | PaymentDiscountDto | ❌ | Discount information |
| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
| splits | List<InstallmentSplitRequestDto> | ❌ | Split Settings |