SubscribeToPlanResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_subscription_id | Long | Unique identifier for the vendor subscription | [default to null] |
| plan_name | String | Name of the subscribed plan | [default to null] |
| original_price | Double | Original price of the plan before discounts | [default to null] |
| discounted_amount | Double | Amount discounted from the original price | [default to null] |
| final_amount | Double | Final amount after applying discounts | [default to null] |
| start_date | Date | Subscription start date | [default to null] |
| end_date | Date | Subscription end date | [default to null] |
| status | String | Current status of the subscription | [default to null] |
| payment_gateway_name | String | Name of the payment gateway used | [optional] [default to null] |
| client_secret | String | Client secret for completing payment (Stripe) | [optional] [default to null] |
| gateway_order_id | String | Gateway order ID (Razorpay) | [optional] [default to null] |
| razorpay_key_id | String | Razorpay key ID for client-side integration | [optional] [default to null] |
| transaction_reference | String | Transaction reference identifier | [optional] [default to null] |