Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.9 KB

CustomerGetObjectV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 1.9 KB

CustomerGetObjectV2ResponseMPayload

Properties

Name Type Description Notes
ObjCustomer CustomerResponseCompound

Methods

NewCustomerGetObjectV2ResponseMPayload

func NewCustomerGetObjectV2ResponseMPayload(objCustomer CustomerResponseCompound, ) *CustomerGetObjectV2ResponseMPayload

NewCustomerGetObjectV2ResponseMPayload instantiates a new CustomerGetObjectV2ResponseMPayload 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

NewCustomerGetObjectV2ResponseMPayloadWithDefaults

func NewCustomerGetObjectV2ResponseMPayloadWithDefaults() *CustomerGetObjectV2ResponseMPayload

NewCustomerGetObjectV2ResponseMPayloadWithDefaults instantiates a new CustomerGetObjectV2ResponseMPayload 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

GetObjCustomer

func (o *CustomerGetObjectV2ResponseMPayload) GetObjCustomer() CustomerResponseCompound

GetObjCustomer returns the ObjCustomer field if non-nil, zero value otherwise.

GetObjCustomerOk

func (o *CustomerGetObjectV2ResponseMPayload) GetObjCustomerOk() (*CustomerResponseCompound, bool)

GetObjCustomerOk returns a tuple with the ObjCustomer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetObjCustomer

func (o *CustomerGetObjectV2ResponseMPayload) SetObjCustomer(v CustomerResponseCompound)

SetObjCustomer sets ObjCustomer field to given value.

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