Name | Type | Description | Notes |
---|---|---|---|
AObjCreditcardtype | []CreditcardtypeAutocompleteElementResponse | An array of Creditcardtype object containing the description, ID and active status about the element. |
func NewCreditcardtypeGetAutocompleteV2ResponseMPayload(aObjCreditcardtype []CreditcardtypeAutocompleteElementResponse, ) *CreditcardtypeGetAutocompleteV2ResponseMPayload
NewCreditcardtypeGetAutocompleteV2ResponseMPayload instantiates a new CreditcardtypeGetAutocompleteV2ResponseMPayload 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 NewCreditcardtypeGetAutocompleteV2ResponseMPayloadWithDefaults() *CreditcardtypeGetAutocompleteV2ResponseMPayload
NewCreditcardtypeGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new CreditcardtypeGetAutocompleteV2ResponseMPayload 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 *CreditcardtypeGetAutocompleteV2ResponseMPayload) GetAObjCreditcardtype() []CreditcardtypeAutocompleteElementResponse
GetAObjCreditcardtype returns the AObjCreditcardtype field if non-nil, zero value otherwise.
func (o *CreditcardtypeGetAutocompleteV2ResponseMPayload) GetAObjCreditcardtypeOk() (*[]CreditcardtypeAutocompleteElementResponse, bool)
GetAObjCreditcardtypeOk returns a tuple with the AObjCreditcardtype field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditcardtypeGetAutocompleteV2ResponseMPayload) SetAObjCreditcardtype(v []CreditcardtypeAutocompleteElementResponse)
SetAObjCreditcardtype sets AObjCreditcardtype field to given value.