QuickbooksVendor class

Constructors

QuickbooksVendor({String? id, String? syncToken, String? title, String? givenName, String? middleName, String? familyName, String? suffix, String? companyName, String? displayName, String? printOnCheckName, QuickbooksEmailAddress? primaryEmailAddr, QuickbooksContactInfos? otherContactInfo, QuickbooksReferenceType? apAccountRef, QuickbooksReferenceType? termRef, String? source, String? gstin, bool? t4aEligible, QuickbooksPhoneNumber? fax, String? businessNumber, QuickbooksReferenceType? currencyRef, bool? hasTPAR, String? taxReportingBasis, QuickbooksPhoneNumber? mobile, QuickbooksPhoneNumber? primaryPhone, bool? active, QuickbooksPhoneNumber? alternatePhone, Map<String, dynamic>? metaData, bool? vendor1099, double? costRate, double? billRate, QuickbooksWebAddress? webAddr, bool? t5018Eligible, QuickbooksVendorPaymentBankDetail? vendorPaymentBankDetail, String? taxIdentifier, String? acctNum, String? gstRegistrationType, QuickbooksPhysicalAddress? billAddr, double? balance})
QuickbooksVendor.fromJson(String source)
factory
QuickbooksVendor.fromMap(Map<String, dynamic> map)
factory

Properties

acctNum String?
getter/setter pair
active bool?
getter/setter pair
alternatePhone QuickbooksPhoneNumber?
getter/setter pair
apAccountRef QuickbooksReferenceType?
getter/setter pair
balance double?
getter/setter pair
billAddr QuickbooksPhysicalAddress?
getter/setter pair
billRate double?
getter/setter pair
businessNumber String?
getter/setter pair
companyName String?
getter/setter pair
costRate double?
getter/setter pair
currencyRef QuickbooksReferenceType?
getter/setter pair
displayName String?
getter/setter pair
familyName String?
getter/setter pair
fax QuickbooksPhoneNumber?
getter/setter pair
givenName String?
getter/setter pair
gstin String?
getter/setter pair
gstRegistrationType String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hasTPAR bool?
getter/setter pair
id String?
getter/setter pair
metaData Map<String, dynamic>?
getter/setter pair
middleName String?
getter/setter pair
mobile QuickbooksPhoneNumber?
getter/setter pair
otherContactInfo QuickbooksContactInfos?
getter/setter pair
primaryEmailAddr QuickbooksEmailAddress?
getter/setter pair
primaryPhone QuickbooksPhoneNumber?
getter/setter pair
printOnCheckName String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
getter/setter pair
suffix String?
getter/setter pair
syncToken String?
getter/setter pair
t4aEligible bool?
getter/setter pair
t5018Eligible bool?
getter/setter pair
taxIdentifier String?
getter/setter pair
taxReportingBasis String?
getter/setter pair
termRef QuickbooksReferenceType?
getter/setter pair
title String?
getter/setter pair
vendor1099 bool?
getter/setter pair
vendorPaymentBankDetail QuickbooksVendorPaymentBankDetail?
getter/setter pair
webAddr QuickbooksWebAddress?
getter/setter pair

Methods

copyWith({String? id, String? syncToken, String? title, String? givenName, String? middleName, String? familyName, String? suffix, String? companyName, String? displayName, String? printOnCheckName, QuickbooksEmailAddress? primaryEmailAddr, QuickbooksContactInfos? otherContactInfo, QuickbooksReferenceType? apAccountRef, QuickbooksReferenceType? termRef, String? source, String? gstin, bool? t4aEligible, QuickbooksPhoneNumber? fax, String? businessNumber, QuickbooksReferenceType? currencyRef, bool? hasTPAR, String? taxReportingBasis, QuickbooksPhoneNumber? mobile, QuickbooksPhoneNumber? primaryPhone, bool? active, QuickbooksPhoneNumber? alternatePhone, Map<String, dynamic>? metaData, bool? vendor1099, double? costRate, double? billRate, QuickbooksWebAddress? webAddr, bool? t5018Eligible, QuickbooksVendorPaymentBankDetail? vendorPaymentBankDetail, String? taxIdentifier, String? acctNum, String? gstRegistrationType, QuickbooksPhysicalAddress? billAddr, double? balance}) QuickbooksVendor
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap({bool withId = true}) Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant QuickbooksVendor other) bool
The equality operator.
override