Name | Type | Description | Notes |
---|---|---|---|
StartDate | Pointer to string | [optional] | |
EndDate | Pointer to string | [optional] | |
Manual | Pointer to bool | [optional] |
func NewInAppPurchasePriceAttributes() *InAppPurchasePriceAttributes
NewInAppPurchasePriceAttributes instantiates a new InAppPurchasePriceAttributes 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 NewInAppPurchasePriceAttributesWithDefaults() *InAppPurchasePriceAttributes
NewInAppPurchasePriceAttributesWithDefaults instantiates a new InAppPurchasePriceAttributes 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 *InAppPurchasePriceAttributes) GetStartDate() string
GetStartDate returns the StartDate field if non-nil, zero value otherwise.
func (o *InAppPurchasePriceAttributes) GetStartDateOk() (*string, bool)
GetStartDateOk returns a tuple with the StartDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InAppPurchasePriceAttributes) SetStartDate(v string)
SetStartDate sets StartDate field to given value.
func (o *InAppPurchasePriceAttributes) HasStartDate() bool
HasStartDate returns a boolean if a field has been set.
func (o *InAppPurchasePriceAttributes) GetEndDate() string
GetEndDate returns the EndDate field if non-nil, zero value otherwise.
func (o *InAppPurchasePriceAttributes) GetEndDateOk() (*string, bool)
GetEndDateOk returns a tuple with the EndDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InAppPurchasePriceAttributes) SetEndDate(v string)
SetEndDate sets EndDate field to given value.
func (o *InAppPurchasePriceAttributes) HasEndDate() bool
HasEndDate returns a boolean if a field has been set.
func (o *InAppPurchasePriceAttributes) GetManual() bool
GetManual returns the Manual field if non-nil, zero value otherwise.
func (o *InAppPurchasePriceAttributes) GetManualOk() (*bool, bool)
GetManualOk returns a tuple with the Manual field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InAppPurchasePriceAttributes) SetManual(v bool)
SetManual sets Manual field to given value.
func (o *InAppPurchasePriceAttributes) HasManual() bool
HasManual returns a boolean if a field has been set.