Name | Type | Description | Notes |
---|---|---|---|
MembershipStatus | Pointer to string | Status of the memberID. | [optional] |
PointInfo | Pointer to GetMembershipNativeResponsePointInfo | [optional] | |
PointsExpireDate | Pointer to string | Earliest points expiry date. In `yyyy-mm-dd` format | [optional] |
func NewGetMembershipNativeResponse() *GetMembershipNativeResponse
NewGetMembershipNativeResponse instantiates a new GetMembershipNativeResponse 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 NewGetMembershipNativeResponseWithDefaults() *GetMembershipNativeResponse
NewGetMembershipNativeResponseWithDefaults instantiates a new GetMembershipNativeResponse 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 *GetMembershipNativeResponse) GetMembershipStatus() string
GetMembershipStatus returns the MembershipStatus field if non-nil, zero value otherwise.
func (o *GetMembershipNativeResponse) GetMembershipStatusOk() (*string, bool)
GetMembershipStatusOk returns a tuple with the MembershipStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMembershipNativeResponse) SetMembershipStatus(v string)
SetMembershipStatus sets MembershipStatus field to given value.
func (o *GetMembershipNativeResponse) HasMembershipStatus() bool
HasMembershipStatus returns a boolean if a field has been set.
func (o *GetMembershipNativeResponse) GetPointInfo() GetMembershipNativeResponsePointInfo
GetPointInfo returns the PointInfo field if non-nil, zero value otherwise.
func (o *GetMembershipNativeResponse) GetPointInfoOk() (*GetMembershipNativeResponsePointInfo, bool)
GetPointInfoOk returns a tuple with the PointInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMembershipNativeResponse) SetPointInfo(v GetMembershipNativeResponsePointInfo)
SetPointInfo sets PointInfo field to given value.
func (o *GetMembershipNativeResponse) HasPointInfo() bool
HasPointInfo returns a boolean if a field has been set.
func (o *GetMembershipNativeResponse) GetPointsExpireDate() string
GetPointsExpireDate returns the PointsExpireDate field if non-nil, zero value otherwise.
func (o *GetMembershipNativeResponse) GetPointsExpireDateOk() (*string, bool)
GetPointsExpireDateOk returns a tuple with the PointsExpireDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetMembershipNativeResponse) SetPointsExpireDate(v string)
SetPointsExpireDate sets PointsExpireDate field to given value.
func (o *GetMembershipNativeResponse) HasPointsExpireDate() bool
HasPointsExpireDate returns a boolean if a field has been set.