QuickbooksCategory constructor

QuickbooksCategory({
  1. String? id,
  2. String? fullyQualifiedName,
  3. String? domain,
  4. String? name,
  5. String? syncToken,
  6. bool? sparse,
  7. bool? active,
})

Implementation

QuickbooksCategory({
  this.id,
  this.fullyQualifiedName,
  this.domain,
  this.name,
  this.syncToken,
  this.sparse,
  this.active,
});