Skip to Content

SubscribeToPlanResponse

Properties

NameTypeDescriptionNotes
vendor_subscription_idLongUnique identifier for the vendor subscription[default to null]
plan_nameStringName of the subscribed plan[default to null]
original_priceDoubleOriginal price of the plan before discounts[default to null]
discounted_amountDoubleAmount discounted from the original price[default to null]
final_amountDoubleFinal amount after applying discounts[default to null]
start_dateDateSubscription start date[default to null]
end_dateDateSubscription end date[default to null]
statusStringCurrent status of the subscription[default to null]
payment_gateway_nameStringName of the payment gateway used[optional] [default to null]
client_secretStringClient secret for completing payment (Stripe)[optional] [default to null]
gateway_order_idStringGateway order ID (Razorpay)[optional] [default to null]
razorpay_key_idStringRazorpay key ID for client-side integration[optional] [default to null]
transaction_referenceStringTransaction reference identifier[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]