QuickbooksPaymentLineEx class

Line infos for a QuickbooksPaymentLine

Constructors

QuickbooksPaymentLineEx({String? name, bool? nil, QuickbooksReferenceType? value, String? declaredType, String? scope, bool? globalScope, bool? typeSubstitued})
QuickbooksPaymentLineEx.fromJson(String source)
factory
QuickbooksPaymentLineEx.fromMap(Map<String, dynamic> map)
factory

Properties

declaredType String?
getter/setter pair
globalScope bool?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
name String?
getter/setter pair
nil bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String?
getter/setter pair
typeSubstitued bool?
getter/setter pair
value QuickbooksReferenceType?
getter/setter pair

Methods

copyWith({String? name, bool? nil, QuickbooksReferenceType? value, String? declaredType, String? scope, bool? globalScope, bool? typeSubstitued}) QuickbooksPaymentLineEx
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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