Plans define the base price, currency and billing cycle for subscriptions. (E.g $25 / month for a certain service)
To create a Plan use:
- Create Options: StripePlanCreateOptions
- Response: StripePlanCreateResponse
- Errors: StripeError
To update a Plan use:
- Update Options: StripePlanUpdateOptions
- Response: StripePlanUpdateResponse
- Errors: StripeError
To retrieve a Plan use:
- Response: StripePlanRetrieveResponse
- Errors: StripeError
To delete a Plan use:
- Response: StripePlanDeleteResponse
- Errors: StripeError