Name | Type | Description | Notes |
---|---|---|---|
MemberID | Pointer to string | The unique member ID on the partner's database. | [optional] |
GrabID | Pointer to string | The id used to identify an unique grab user. | [optional] |
MerchantID | Pointer to string | The merchant's ID that is in GrabFood's database. | [optional] |
Action | Pointer to string | Action completed in partner's webview. | [optional] |
func NewNotifyMembershipWebviewRequest() *NotifyMembershipWebviewRequest
NewNotifyMembershipWebviewRequest instantiates a new NotifyMembershipWebviewRequest 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 NewNotifyMembershipWebviewRequestWithDefaults() *NotifyMembershipWebviewRequest
NewNotifyMembershipWebviewRequestWithDefaults instantiates a new NotifyMembershipWebviewRequest 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 *NotifyMembershipWebviewRequest) GetMemberID() string
GetMemberID returns the MemberID field if non-nil, zero value otherwise.
func (o *NotifyMembershipWebviewRequest) GetMemberIDOk() (*string, bool)
GetMemberIDOk returns a tuple with the MemberID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotifyMembershipWebviewRequest) SetMemberID(v string)
SetMemberID sets MemberID field to given value.
func (o *NotifyMembershipWebviewRequest) HasMemberID() bool
HasMemberID returns a boolean if a field has been set.
func (o *NotifyMembershipWebviewRequest) GetGrabID() string
GetGrabID returns the GrabID field if non-nil, zero value otherwise.
func (o *NotifyMembershipWebviewRequest) GetGrabIDOk() (*string, bool)
GetGrabIDOk returns a tuple with the GrabID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotifyMembershipWebviewRequest) SetGrabID(v string)
SetGrabID sets GrabID field to given value.
func (o *NotifyMembershipWebviewRequest) HasGrabID() bool
HasGrabID returns a boolean if a field has been set.
func (o *NotifyMembershipWebviewRequest) GetMerchantID() string
GetMerchantID returns the MerchantID field if non-nil, zero value otherwise.
func (o *NotifyMembershipWebviewRequest) GetMerchantIDOk() (*string, bool)
GetMerchantIDOk returns a tuple with the MerchantID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotifyMembershipWebviewRequest) SetMerchantID(v string)
SetMerchantID sets MerchantID field to given value.
func (o *NotifyMembershipWebviewRequest) HasMerchantID() bool
HasMerchantID returns a boolean if a field has been set.
func (o *NotifyMembershipWebviewRequest) GetAction() string
GetAction returns the Action field if non-nil, zero value otherwise.
func (o *NotifyMembershipWebviewRequest) GetActionOk() (*string, bool)
GetActionOk returns a tuple with the Action field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NotifyMembershipWebviewRequest) SetAction(v string)
SetAction sets Action field to given value.
func (o *NotifyMembershipWebviewRequest) HasAction() bool
HasAction returns a boolean if a field has been set.