Record
delete-subscriptions-subscription-exposed-id-params
No description available.
record delete-subscriptions-subscription-exposed-id-params {
subscription-exposed-id: string,
cancellation-details: option<delete-subscriptions-subscription-exposed-id-body-cancellation-details>,
expand: option<list<string>>,
invoice-now: option<bool>,
prorate: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| subscription-exposed-id | string | |
| cancellation-details | option<delete-subscriptions-subscription-exposed-id-body-cancellation-details> | |
| expand | option<list<string>> | |
| invoice-now | option<bool> | |
| prorate | option<bool> |