| Name | Type | Description | Notes |
|---|---|---|---|
| DropAtEnd | Pointer to bool | Whether or not this item will be dropped from subscription before next renewal | [optional] [default to true] |
| ProrationBehavior | Pointer to ProrationEnum | Determines how to handle prorations while deleting item.In case of subscription is in trialing state, invoice items if any will be for amount_atom 0. | [optional] |
func NewDeleteSubscriptionItemRequest() *DeleteSubscriptionItemRequest
NewDeleteSubscriptionItemRequest instantiates a new DeleteSubscriptionItemRequest 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 NewDeleteSubscriptionItemRequestWithDefaults() *DeleteSubscriptionItemRequest
NewDeleteSubscriptionItemRequestWithDefaults instantiates a new DeleteSubscriptionItemRequest 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 *DeleteSubscriptionItemRequest) GetDropAtEnd() bool
GetDropAtEnd returns the DropAtEnd field if non-nil, zero value otherwise.
func (o *DeleteSubscriptionItemRequest) GetDropAtEndOk() (*bool, bool)
GetDropAtEndOk returns a tuple with the DropAtEnd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeleteSubscriptionItemRequest) SetDropAtEnd(v bool)
SetDropAtEnd sets DropAtEnd field to given value.
func (o *DeleteSubscriptionItemRequest) HasDropAtEnd() bool
HasDropAtEnd returns a boolean if a field has been set.
func (o *DeleteSubscriptionItemRequest) GetProrationBehavior() ProrationEnum
GetProrationBehavior returns the ProrationBehavior field if non-nil, zero value otherwise.
func (o *DeleteSubscriptionItemRequest) 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 *DeleteSubscriptionItemRequest) SetProrationBehavior(v ProrationEnum)
SetProrationBehavior sets ProrationBehavior field to given value.
func (o *DeleteSubscriptionItemRequest) HasProrationBehavior() bool
HasProrationBehavior returns a boolean if a field has been set.