QuickbooksContactInfos constructor

QuickbooksContactInfos({
  1. String? type,
  2. QuickbooksPhoneNumber? telephone,
})

Implementation

QuickbooksContactInfos({
  this.type,
  this.telephone,
});