| Name | Type | Description | Notes |
|---|---|---|---|
| IsPreview | Pointer to bool | Whether the request is in preview mode (subscriptions won't actually be resumed) | [optional] [default to false] |
| ProrationBehavior | Pointer to ProrationEnum | Determines how to handle prorations when the subscription is resumed. | [optional] |
func NewSubscriptionResumeRequest() *SubscriptionResumeRequest
NewSubscriptionResumeRequest instantiates a new SubscriptionResumeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSubscriptionResumeRequestWithDefaults() *SubscriptionResumeRequest
NewSubscriptionResumeRequestWithDefaults instantiates a new SubscriptionResumeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *SubscriptionResumeRequest) GetIsPreview() bool
GetIsPreview returns the IsPreview field if non-nil, zero value otherwise.
func (o *SubscriptionResumeRequest) GetIsPreviewOk() (*bool, bool)
GetIsPreviewOk returns a tuple with the IsPreview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResumeRequest) SetIsPreview(v bool)
SetIsPreview sets IsPreview field to given value.
func (o *SubscriptionResumeRequest) HasIsPreview() bool
HasIsPreview returns a boolean if a field has been set.
func (o *SubscriptionResumeRequest) GetProrationBehavior() ProrationEnum
GetProrationBehavior returns the ProrationBehavior field if non-nil, zero value otherwise.
func (o *SubscriptionResumeRequest) GetProrationBehaviorOk() (*ProrationEnum, bool)
GetProrationBehaviorOk returns a tuple with the ProrationBehavior field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionResumeRequest) SetProrationBehavior(v ProrationEnum)
SetProrationBehavior sets ProrationBehavior field to given value.
func (o *SubscriptionResumeRequest) HasProrationBehavior() bool
HasProrationBehavior returns a boolean if a field has been set.