create_installment
Set up installment payment plans by defining customer details, item information, total amount, and payment schedule for structured financing.
Instructions
Create a new installment plan. Use this to understand the complex object structure required for installment-based payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer | Yes | ||
| name | Yes | The name of the item or plan (e.g., 'Samsung S24 Ultra - 12 Month Plan'). | |
| description | Yes | Brief description of the product or service being financed. | |
| total_amount | Yes | The total price of the item to be paid in installments. | |
| payment_frequency | Yes | How often the customer will make payments. | |
| start_date | Yes | The date of the first installment payment (YYYY-MM-DD). | |
| end_date | Yes | The expected completion date for all payments (YYYY-MM-DD). | |
| custom_interval | No | Number of days between installments if frequency is 'custom'. | |
| address | No |