QuickbooksAttachableEntity constructor

QuickbooksAttachableEntity({
  1. String? id,
  2. String? syncToken,
  3. String? fileName,
  4. String? note,
  5. String? category,
  6. String? contentType,
  7. double? size,
  8. String? tempDownloadUri,
  9. String? thumbnailTempDownloadUri,
})

Implementation

QuickbooksAttachableEntity({
  this.id,
  this.syncToken,
  this.fileName,
  this.note,
  this.category,
  this.contentType,
  this.size,
  this.tempDownloadUri,
  this.thumbnailTempDownloadUri,
});