Name | Type | Description | Notes |
---|---|---|---|
ProfileId | Pointer to string | ID of the customer profile set by your integration layer. Note: If the customer does not yet have a known `profileId`, we recommend you use a guest `profileId`. | [optional] |
func (o *IntegrationProfileEntity) GetProfileId() string
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *IntegrationProfileEntity) GetProfileIdOk() (string, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IntegrationProfileEntity) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *IntegrationProfileEntity) SetProfileId(v string)
SetProfileId gets a reference to the given string and assigns it to the ProfileId field.