| Name | Type | Description | Notes |
|---|---|---|---|
| CustomFields | Pointer to map[string]interface{} | [optional] | |
| Description | Pointer to NullableString | [optional] | |
| DropAtEnd | Pointer to NullableBool | [optional] | |
| PriceId | Pointer to NullableString | [optional] | |
| ProrationBehavior | Pointer to ProrationEnum | Determines how to handle prorations when the billable items changes. In case of subscription is in trialing state, invoice items if any will be for amount_atom 0. | [optional] |
| Quantity | Pointer to NullableInt32 | [optional] |
func NewUpdateSubscriptionItemRequest() *UpdateSubscriptionItemRequest
NewUpdateSubscriptionItemRequest instantiates a new UpdateSubscriptionItemRequest 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 NewUpdateSubscriptionItemRequestWithDefaults() *UpdateSubscriptionItemRequest
NewUpdateSubscriptionItemRequestWithDefaults instantiates a new UpdateSubscriptionItemRequest 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 *UpdateSubscriptionItemRequest) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionItemRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionItemRequest) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *UpdateSubscriptionItemRequest) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.
func (o *UpdateSubscriptionItemRequest) SetCustomFieldsNil(b bool)
SetCustomFieldsNil sets the value for CustomFields to be an explicit nil
func (o *UpdateSubscriptionItemRequest) UnsetCustomFields()
UnsetCustomFields ensures that no value is present for CustomFields, not even an explicit nil
func (o *UpdateSubscriptionItemRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionItemRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionItemRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *UpdateSubscriptionItemRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *UpdateSubscriptionItemRequest) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *UpdateSubscriptionItemRequest) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *UpdateSubscriptionItemRequest) GetDropAtEnd() bool
GetDropAtEnd returns the DropAtEnd field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionItemRequest) 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 *UpdateSubscriptionItemRequest) SetDropAtEnd(v bool)
SetDropAtEnd sets DropAtEnd field to given value.
func (o *UpdateSubscriptionItemRequest) HasDropAtEnd() bool
HasDropAtEnd returns a boolean if a field has been set.
func (o *UpdateSubscriptionItemRequest) SetDropAtEndNil(b bool)
SetDropAtEndNil sets the value for DropAtEnd to be an explicit nil
func (o *UpdateSubscriptionItemRequest) UnsetDropAtEnd()
UnsetDropAtEnd ensures that no value is present for DropAtEnd, not even an explicit nil
func (o *UpdateSubscriptionItemRequest) GetPriceId() string
GetPriceId returns the PriceId field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionItemRequest) GetPriceIdOk() (*string, bool)
GetPriceIdOk returns a tuple with the PriceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionItemRequest) SetPriceId(v string)
SetPriceId sets PriceId field to given value.
func (o *UpdateSubscriptionItemRequest) HasPriceId() bool
HasPriceId returns a boolean if a field has been set.
func (o *UpdateSubscriptionItemRequest) SetPriceIdNil(b bool)
SetPriceIdNil sets the value for PriceId to be an explicit nil
func (o *UpdateSubscriptionItemRequest) UnsetPriceId()
UnsetPriceId ensures that no value is present for PriceId, not even an explicit nil
func (o *UpdateSubscriptionItemRequest) GetProrationBehavior() ProrationEnum
GetProrationBehavior returns the ProrationBehavior field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionItemRequest) 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 *UpdateSubscriptionItemRequest) SetProrationBehavior(v ProrationEnum)
SetProrationBehavior sets ProrationBehavior field to given value.
func (o *UpdateSubscriptionItemRequest) HasProrationBehavior() bool
HasProrationBehavior returns a boolean if a field has been set.
func (o *UpdateSubscriptionItemRequest) GetQuantity() int32
GetQuantity returns the Quantity field if non-nil, zero value otherwise.
func (o *UpdateSubscriptionItemRequest) GetQuantityOk() (*int32, bool)
GetQuantityOk returns a tuple with the Quantity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateSubscriptionItemRequest) SetQuantity(v int32)
SetQuantity sets Quantity field to given value.
func (o *UpdateSubscriptionItemRequest) HasQuantity() bool
HasQuantity returns a boolean if a field has been set.
func (o *UpdateSubscriptionItemRequest) SetQuantityNil(b bool)
SetQuantityNil sets the value for Quantity to be an explicit nil
func (o *UpdateSubscriptionItemRequest) UnsetQuantity()
UnsetQuantity ensures that no value is present for Quantity, not even an explicit nil