QuickbooksPhysicalAddress constructor
QuickbooksPhysicalAddress({})
Implementation
QuickbooksPhysicalAddress({
this.id,
this.line1,
this.line2,
this.line3,
this.line4,
this.line5,
this.city,
this.country,
this.countrySubDivisionCode,
this.postalCode,
this.lat,
this.long,
});