Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 2.24 KB

InvoiceGetAttachmentsV1ResponseMPayload.md

File metadata and controls

51 lines (28 loc) · 2.24 KB

InvoiceGetAttachmentsV1ResponseMPayload

Properties

Name Type Description Notes
AObjAttachmentdocumenttype []CustomAttachmentdocumenttypeResponse

Methods

NewInvoiceGetAttachmentsV1ResponseMPayload

func NewInvoiceGetAttachmentsV1ResponseMPayload(aObjAttachmentdocumenttype []CustomAttachmentdocumenttypeResponse, ) *InvoiceGetAttachmentsV1ResponseMPayload

NewInvoiceGetAttachmentsV1ResponseMPayload instantiates a new InvoiceGetAttachmentsV1ResponseMPayload 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

NewInvoiceGetAttachmentsV1ResponseMPayloadWithDefaults

func NewInvoiceGetAttachmentsV1ResponseMPayloadWithDefaults() *InvoiceGetAttachmentsV1ResponseMPayload

NewInvoiceGetAttachmentsV1ResponseMPayloadWithDefaults instantiates a new InvoiceGetAttachmentsV1ResponseMPayload 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

GetAObjAttachmentdocumenttype

func (o *InvoiceGetAttachmentsV1ResponseMPayload) GetAObjAttachmentdocumenttype() []CustomAttachmentdocumenttypeResponse

GetAObjAttachmentdocumenttype returns the AObjAttachmentdocumenttype field if non-nil, zero value otherwise.

GetAObjAttachmentdocumenttypeOk

func (o *InvoiceGetAttachmentsV1ResponseMPayload) GetAObjAttachmentdocumenttypeOk() (*[]CustomAttachmentdocumenttypeResponse, bool)

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

SetAObjAttachmentdocumenttype

func (o *InvoiceGetAttachmentsV1ResponseMPayload) SetAObjAttachmentdocumenttype(v []CustomAttachmentdocumenttypeResponse)

SetAObjAttachmentdocumenttype sets AObjAttachmentdocumenttype field to given value.

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