Skip to content

Latest commit

 

History

History
79 lines (74 loc) · 5.77 KB

CustomAttachmentResponse.md

File metadata and controls

79 lines (74 loc) · 5.77 KB

openapi.model.CustomAttachmentResponse

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
pkiAttachmentID int The unique ID of the Attachment.
fkiComputerID int The unique ID of the Computer [optional]
fkiAdjustmentID int The unique ID of the Adjustment [optional]
fkiAgentID int The unique ID of the Agent. [optional]
fkiBankaccountID int The unique ID of the Bankaccount [optional]
fkiBrokerID int The unique ID of the Broker. [optional]
fkiCommissionadvanceID int The unique ID of the Commissionadvance [optional]
fkiCommunicationID int The unique ID of the Communication. [optional]
fkiCustomerID int The unique ID of the Customer. [optional]
fkiCustomertemplateID int The unique ID of the Customertemplate [optional]
fkiDepositID int The unique ID of the Deposit [optional]
fkiDeposittransitchequeID int The unique ID of the Deposittransitcheque [optional]
fkiElectronicfundstransferID int The unique ID of the Electronicfundstransfer [optional]
fkiEmployeeID int The unique ID of the Employee. [optional]
fkiExternalbrokerID int The unique ID of the Externalbroker. [optional]
fkiEzcomadvanceserverID int The unique ID of the Ezcomadvanceserver [optional]
fkiEzcomcompanyID int The unique ID of the Ezcomcompany [optional]
fkiEzsigndocumentID int The unique ID of the Ezsigndocument [optional]
fkiGhacqcontractID int The unique ID of the Ghacqcontract [optional]
fkiInscriptionID int The unique ID of the Inscription. [optional]
fkiInscriptiontempID int The unique ID of the Inscriptiontemp [optional]
fkiInscriptionnotauthenticatedID int The unique ID of the Inscriptionnotauthenticated. [optional]
fkiInvoiceID int The unique ID of the Invoice. [optional]
fkiBuyercontractID int The unique ID of the Buyercontract [optional]
fkiFranchisebrokerID int The unique ID of the Franchisebroker [optional]
fkiFranchiseagenceID int The unique ID of the Franchiseagence [optional]
fkiFranchiseofficeID int The unique ID of the Franchisereoffice [optional]
fkiFranchisefranchiseID int The unique ID of the Franchisefranchise [optional]
fkiFranchisecomplaintID int The unique ID of the Franchisecomplaint [optional]
fkiLeadID int The unique ID of the Lead [optional]
fkiMarketingprogramID int The unique ID of the Marketingprogram [optional]
fkiMarketingfollowID int The unique ID of the Marketingfollow [optional]
fkiNotaryID int The unique ID of the Notary. [optional]
fkiOfficetaxreportID int The unique ID of the Officetaxreport [optional]
fkiOtherincomeID int The unique ID of the Otherincome [optional]
fkiPaymentpreparationID int The unique ID of the Paymentpreparation [optional]
fkiPurchaseID int The unique ID of the Purchase [optional]
fkiSalaryID int The unique ID of the Salary [optional]
fkiSupplierID int The unique ID of the Supplier. [optional]
fkiTranqcontractID int The unique ID of the Tranqcontract [optional]
fkiTemplateID int The unique ID of the Template [optional]
fkiInscriptionchecklistID int The unique ID of the Inscriptionchecklist [optional]
fkiFolderID int The unique ID of the Folder [optional]
fkiRejectedoffertopurchaseID int The unique ID of the Rejectedoffertopurchase [optional]
fkiDisclosureID int The unique ID of the Disclosure [optional]
fkiReconciliationID int The unique ID of the Reconciliation [optional]
fkiEzsigndocumentIDReference int The unique ID of the Ezsigndocument [optional]
eAttachmentDocumenttype FieldEAttachmentDocumenttype
sAttachmentName String The name of the Attachment
eAttachmentPrivacy FieldEAttachmentPrivacy
fkiUserIDSpecific int The unique ID of the User [optional]
eAttachmentType FieldEAttachmentType
iAttachmentSize int The size of the Attachment
iAttachmentEDMmoduleflag int The edmmoduleflag of the Attachment [optional]
sAttachmentMD5 String The md5 of the Attachment
bAttachmentDeleted bool Whether if it's deleted
bAttachmentValid bool Whether if it's valid
eAttachmentVerified FieldEAttachmentVerified
tAttachmentRejectioncomment String The rejectioncomment of the Attachment [optional]
fkiUserIDOwner int The unique ID of the User [optional]
objAudit CommonAudit [optional]
objAttachmentProof AttachmentResponseCompound [optional]
objAttachmentProofdocument AttachmentResponseCompound [optional]
aObjAttachmentAttachment List [optional] [default to const []]
aObjAttachmentVersion List [optional] [default to const []]

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