WebApiModulesWarehouseContractContractDocumentPostRequest constructor

WebApiModulesWarehouseContractContractDocumentPostRequest({
  1. String? contractId,
  2. String? documentTypeId,
  3. String? description,
  4. bool? attachToEmail,
  5. bool? inactive,
  6. bool? fileIsModified,
  7. String? fileDataUrl,
  8. String? filePath,
})

Implementation

WebApiModulesWarehouseContractContractDocumentPostRequest({
  this.contractId,
  this.documentTypeId,
  this.description,
  this.attachToEmail,
  this.inactive,
  this.fileIsModified,
  this.fileDataUrl,
  this.filePath,
});