| 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 NewIntegrationProfileEntity() *IntegrationProfileEntity
NewIntegrationProfileEntity instantiates a new IntegrationProfileEntity 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 NewIntegrationProfileEntityWithDefaults() *IntegrationProfileEntity
NewIntegrationProfileEntityWithDefaults instantiates a new IntegrationProfileEntity 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 *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) SetProfileId(v string)
SetProfileId sets ProfileId field to given value.
func (o *IntegrationProfileEntity) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.