Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.13 KB

LoyaltyCardRegistration.md

File metadata and controls

39 lines (20 loc) · 1.13 KB

LoyaltyCardRegistration

Properties

Name Type Description Notes
IntegrationId Pointer to string The integrationId of the customer profile.

Methods

GetIntegrationId

func (o *LoyaltyCardRegistration) GetIntegrationId() string

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

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.

HasIntegrationId

func (o *LoyaltyCardRegistration) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

SetIntegrationId

func (o *LoyaltyCardRegistration) SetIntegrationId(v string)

SetIntegrationId gets a reference to the given string and assigns it to the IntegrationId field.

[Back to Model list] [Back to API list] [Back to README]