Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.39 KB

CreditcardclientGetAutocompleteV2ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.39 KB

CreditcardclientGetAutocompleteV2ResponseMPayload

Properties

Name Type Description Notes
AObjCreditcardclient []CreditcardclientAutocompleteElementResponse An array of Creditcardclient autocomplete element response.

Methods

NewCreditcardclientGetAutocompleteV2ResponseMPayload

func NewCreditcardclientGetAutocompleteV2ResponseMPayload(aObjCreditcardclient []CreditcardclientAutocompleteElementResponse, ) *CreditcardclientGetAutocompleteV2ResponseMPayload

NewCreditcardclientGetAutocompleteV2ResponseMPayload instantiates a new CreditcardclientGetAutocompleteV2ResponseMPayload 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

NewCreditcardclientGetAutocompleteV2ResponseMPayloadWithDefaults

func NewCreditcardclientGetAutocompleteV2ResponseMPayloadWithDefaults() *CreditcardclientGetAutocompleteV2ResponseMPayload

NewCreditcardclientGetAutocompleteV2ResponseMPayloadWithDefaults instantiates a new CreditcardclientGetAutocompleteV2ResponseMPayload 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

GetAObjCreditcardclient

func (o *CreditcardclientGetAutocompleteV2ResponseMPayload) GetAObjCreditcardclient() []CreditcardclientAutocompleteElementResponse

GetAObjCreditcardclient returns the AObjCreditcardclient field if non-nil, zero value otherwise.

GetAObjCreditcardclientOk

func (o *CreditcardclientGetAutocompleteV2ResponseMPayload) GetAObjCreditcardclientOk() (*[]CreditcardclientAutocompleteElementResponse, bool)

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

SetAObjCreditcardclient

func (o *CreditcardclientGetAutocompleteV2ResponseMPayload) SetAObjCreditcardclient(v []CreditcardclientAutocompleteElementResponse)

SetAObjCreditcardclient sets AObjCreditcardclient field to given value.

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