Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.22 KB

CustomerProfileUpdateV2Response.md

File metadata and controls

39 lines (20 loc) · 1.22 KB

CustomerProfileUpdateV2Response

Properties

Name Type Description Notes
CustomerProfile Pointer to CustomerProfile

Methods

GetCustomerProfile

func (o *CustomerProfileUpdateV2Response) GetCustomerProfile() CustomerProfile

GetCustomerProfile returns the CustomerProfile field if non-nil, zero value otherwise.

GetCustomerProfileOk

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.

HasCustomerProfile

func (o *CustomerProfileUpdateV2Response) HasCustomerProfile() bool

HasCustomerProfile returns a boolean if a field has been set.

SetCustomerProfile

func (o *CustomerProfileUpdateV2Response) SetCustomerProfile(v CustomerProfile)

SetCustomerProfile gets a reference to the given CustomerProfile and assigns it to the CustomerProfile field.

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