| Name | Type | Description | Notes |
|---|---|---|---|
| auto_charge | bool | Whether to auto-charge payments | [optional] |
| max_charge_attempts | int | Maximum charge attempts | [optional] |
| days_between_retries | int | Days between retry attempts | [optional] |
| payment_method_id | string | Payment method ID | [optional] |
| initial_payment_amount | float | Initial payment amount | [optional] |
| initial_payment_date | \DateTime | ISO date of the initial payment in pay plan | [optional] |
| plan_start_date | \DateTime | ISO date of the start of pay plan | [optional] |
| number_of_payments | int | Number of payments in the plan | [optional] |
| days_between_payments | int | Days between each payment | [optional] |