Name | Type | Description | Notes |
---|---|---|---|
CustomerProfile | Pointer to CustomerProfile |
func (o *CustomerProfileUpdateV2Response) GetCustomerProfile() CustomerProfile
GetCustomerProfile returns the CustomerProfile field if non-nil, zero value otherwise.
func (o *CustomerProfileUpdateV2Response) GetCustomerProfileOk() (CustomerProfile, bool)
GetCustomerProfileOk returns a tuple with the CustomerProfile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CustomerProfileUpdateV2Response) HasCustomerProfile() bool
HasCustomerProfile returns a boolean if a field has been set.
func (o *CustomerProfileUpdateV2Response) SetCustomerProfile(v CustomerProfile)
SetCustomerProfile gets a reference to the given CustomerProfile and assigns it to the CustomerProfile field.