Name | Type | Description | Notes |
---|---|---|---|
IntegrationId | Pointer to string | Integration ID of the customer profile linked to the card. | |
Timestamp | Pointer to time.Time | Timestamp the customer profile was linked to the card. |
func (o *LoyaltyCardProfileRegistration) GetIntegrationId() string
GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.
func (o *LoyaltyCardProfileRegistration) 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 *LoyaltyCardProfileRegistration) HasIntegrationId() bool
HasIntegrationId returns a boolean if a field has been set.
func (o *LoyaltyCardProfileRegistration) SetIntegrationId(v string)
SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.
func (o *LoyaltyCardProfileRegistration) GetTimestamp() time.Time
GetTimestamp returns the Timestamp field if non-nil, zero value otherwise.
func (o *LoyaltyCardProfileRegistration) GetTimestampOk() (time.Time, bool)
GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LoyaltyCardProfileRegistration) HasTimestamp() bool
HasTimestamp returns a boolean if a field has been set.
func (o *LoyaltyCardProfileRegistration) SetTimestamp(v time.Time)
SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field.