| Name | Type | Description | Notes |
|---|---|---|---|
| quantity | int | The subscription quantity. Must be 1 or greater. | [optional] |
| active | bool | If the subscription is active or not. | [optional] |
| contact_id | string | Id of the contact associated with the subscription. | [optional] |
| subscription_plan_id | string | Id of the product subscription plan. | [optional] |
| billing_amount | float | The billing amount. Must be 0 or greater. | [optional] |
| auto_charge | bool | If the subscription should auto charge on the next billing date. | [optional] |
| max_charge_attempts | int | Maximum number of charge attempts. Must be 1 or greater. | [optional] |
| days_between_retries | int | Number of days between charge attempts. Must be 1 or greater. | [optional] |
| billing_frequency | int | The number of days between billing cycles. Must be 1 or greater. | [optional] |
| billing_cycle | string | The billing cycle for the subscription. | [optional] |
| next_bill_date | \DateTime | The next date the subscription will bill. Must not be in the past. | [optional] |
| end_date | \DateTime | The date the subscription will end. Must not be in the past. | [optional] |
| payment_method_id | string | Id associated with the payment method. | [optional] |
| allow_tax | bool | Only works if the product associated with the product subscription is taxable. | [optional] |
| lead_affiliate_id | string | The affiliate id for the lead of the subscription. | [optional] |
| sale_affiliate_id | string | The affiliate id for the sale of the subscription. | [optional] |
| shipping_address | \Keap\Core\V2\Model\AddressRequestDetail | The shipping address for the subscription. | [optional] |
| promo_code | string | The promo code for the subscription. | [optional] |
| shipping_option_id | string | The shipping option ID for the subscription. | [optional] |
| reason_stopped | string | The reason the subscription is no longer active. | [optional] |