Name | Type | Description | Notes |
---|---|---|---|
MembershipStatus | Pointer to string | Status of the memberID. | [optional] |
func NewGetMembershipWebviewResponse() *GetMembershipWebviewResponse
NewGetMembershipWebviewResponse instantiates a new GetMembershipWebviewResponse 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 NewGetMembershipWebviewResponseWithDefaults() *GetMembershipWebviewResponse
NewGetMembershipWebviewResponseWithDefaults instantiates a new GetMembershipWebviewResponse 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 *GetMembershipWebviewResponse) GetMembershipStatus() string
GetMembershipStatus returns the MembershipStatus field if non-nil, zero value otherwise.
func (o *GetMembershipWebviewResponse) 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 *GetMembershipWebviewResponse) SetMembershipStatus(v string)
SetMembershipStatus sets MembershipStatus field to given value.
func (o *GetMembershipWebviewResponse) HasMembershipStatus() bool
HasMembershipStatus returns a boolean if a field has been set.