Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.37 KB

CreditcardtypeGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.37 KB

CreditcardtypeGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjCreditcardtype []CreditcardtypeAutocompleteElementResponse An array of Creditcardtype object containing the description, ID and active status about the element.

Methods

NewCreditcardtypeGetAutocompleteV2ResponseMPayload

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

NewCreditcardtypeGetAutocompleteV2ResponseMPayloadWithDefaults

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

GetAObjCreditcardtype

func (o *CreditcardtypeGetAutocompleteV2ResponseMPayload) GetAObjCreditcardtype() []CreditcardtypeAutocompleteElementResponse

GetAObjCreditcardtype returns the AObjCreditcardtype field if non-nil, zero value otherwise.

GetAObjCreditcardtypeOk

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.

SetAObjCreditcardtype

func (o *CreditcardtypeGetAutocompleteV2ResponseMPayload) SetAObjCreditcardtype(v []CreditcardtypeAutocompleteElementResponse)

SetAObjCreditcardtype sets AObjCreditcardtype field to given value.

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