QuickbooksContactInfos constructor
QuickbooksContactInfos({
- String? type,
- QuickbooksPhoneNumber? telephone,
Implementation
QuickbooksContactInfos({
this.type,
this.telephone,
});