Name | Type | Description | Notes |
---|---|---|---|
ObjCustomer | CustomerResponseCompound |
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
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
func (o *CustomerGetObjectV2ResponseMPayload) GetObjCustomer() CustomerResponseCompound
GetObjCustomer returns the ObjCustomer field if non-nil, zero value otherwise.
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.
func (o *CustomerGetObjectV2ResponseMPayload) SetObjCustomer(v CustomerResponseCompound)
SetObjCustomer sets ObjCustomer field to given value.