Name | Type | Description | Notes |
---|---|---|---|
PartnerMerchantID | string | The merchant's ID that is on the partner's database. | |
GrabMerchantID | string | The merchant's ID that is in GrabFood's database. | |
IntegrationStatus | string | The store integration status. - `INACTIVE`: Merchant integration deactivated - `ACTIVE`: Merchant integration activated - `SYNCING`: Merchant integration is syncing - `FAILED`: Merchant integration has failed |
func NewPushIntegrationStatusWebhookRequest(partnerMerchantID string, grabMerchantID string, integrationStatus string, ) *PushIntegrationStatusWebhookRequest
NewPushIntegrationStatusWebhookRequest instantiates a new PushIntegrationStatusWebhookRequest 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 NewPushIntegrationStatusWebhookRequestWithDefaults() *PushIntegrationStatusWebhookRequest
NewPushIntegrationStatusWebhookRequestWithDefaults instantiates a new PushIntegrationStatusWebhookRequest 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 *PushIntegrationStatusWebhookRequest) GetPartnerMerchantID() string
GetPartnerMerchantID returns the PartnerMerchantID field if non-nil, zero value otherwise.
func (o *PushIntegrationStatusWebhookRequest) GetPartnerMerchantIDOk() (*string, bool)
GetPartnerMerchantIDOk returns a tuple with the PartnerMerchantID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushIntegrationStatusWebhookRequest) SetPartnerMerchantID(v string)
SetPartnerMerchantID sets PartnerMerchantID field to given value.
func (o *PushIntegrationStatusWebhookRequest) GetGrabMerchantID() string
GetGrabMerchantID returns the GrabMerchantID field if non-nil, zero value otherwise.
func (o *PushIntegrationStatusWebhookRequest) GetGrabMerchantIDOk() (*string, bool)
GetGrabMerchantIDOk returns a tuple with the GrabMerchantID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushIntegrationStatusWebhookRequest) SetGrabMerchantID(v string)
SetGrabMerchantID sets GrabMerchantID field to given value.
func (o *PushIntegrationStatusWebhookRequest) GetIntegrationStatus() string
GetIntegrationStatus returns the IntegrationStatus field if non-nil, zero value otherwise.
func (o *PushIntegrationStatusWebhookRequest) GetIntegrationStatusOk() (*string, bool)
GetIntegrationStatusOk returns a tuple with the IntegrationStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PushIntegrationStatusWebhookRequest) SetIntegrationStatus(v string)
SetIntegrationStatus sets IntegrationStatus field to given value.