Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.12 KB

InAppPurchasePriceAttributes.md

File metadata and controls

108 lines (59 loc) · 3.12 KB

InAppPurchasePriceAttributes

Properties

Name Type Description Notes
StartDate Pointer to string [optional]
EndDate Pointer to string [optional]
Manual Pointer to bool [optional]

Methods

NewInAppPurchasePriceAttributes

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

NewInAppPurchasePriceAttributesWithDefaults

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

GetStartDate

func (o *InAppPurchasePriceAttributes) GetStartDate() string

GetStartDate returns the StartDate field if non-nil, zero value otherwise.

GetStartDateOk

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.

SetStartDate

func (o *InAppPurchasePriceAttributes) SetStartDate(v string)

SetStartDate sets StartDate field to given value.

HasStartDate

func (o *InAppPurchasePriceAttributes) HasStartDate() bool

HasStartDate returns a boolean if a field has been set.

GetEndDate

func (o *InAppPurchasePriceAttributes) GetEndDate() string

GetEndDate returns the EndDate field if non-nil, zero value otherwise.

GetEndDateOk

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.

SetEndDate

func (o *InAppPurchasePriceAttributes) SetEndDate(v string)

SetEndDate sets EndDate field to given value.

HasEndDate

func (o *InAppPurchasePriceAttributes) HasEndDate() bool

HasEndDate returns a boolean if a field has been set.

GetManual

func (o *InAppPurchasePriceAttributes) GetManual() bool

GetManual returns the Manual field if non-nil, zero value otherwise.

GetManualOk

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.

SetManual

func (o *InAppPurchasePriceAttributes) SetManual(v bool)

SetManual sets Manual field to given value.

HasManual

func (o *InAppPurchasePriceAttributes) HasManual() bool

HasManual returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]