Name | Type | Description | Notes |
---|---|---|---|
IntegrationId | Pointer to string | The integrationId of the customer profile. |
func (o *LoyaltyCardRegistration) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *LoyaltyCardRegistration) GetIntegrationIdOk() (string, bool)
GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyCardRegistration) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *LoyaltyCardRegistration) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.