QuickbooksAttachableEntity class

Entity to get any attachable of a Quickbooks entity

Constructors

QuickbooksAttachableEntity({String? id, String? syncToken, String? fileName, String? note, String? category, String? contentType, double? size, String? tempDownloadUri, String? thumbnailTempDownloadUri})
QuickbooksAttachableEntity.fromJson(String source)
factory
QuickbooksAttachableEntity.fromMap(Map<String, dynamic> map)
factory

Properties

category String?
getter/setter pair
contentType String?
getter/setter pair
fileName String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
note String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size double?
getter/setter pair
syncToken String?
getter/setter pair
tempDownloadUri String?
getter/setter pair
thumbnailTempDownloadUri String?
getter/setter pair

Methods

copyWith({String? id, String? syncToken, String? fileName, String? note, String? category, String? contentType, double? size, String? tempDownloadUri, String? thumbnailTempDownloadUri}) QuickbooksAttachableEntity
getTempDownloadUri() Uri?
Gets a valid Uri for the tempDownloadUri
getThumbnailTempDownloadUri() Uri?
Gets a valid Uri for the thumbnailTempDownloadUri
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap({bool withId = true}) Map<String, dynamic>
If withId is true, will send the id in the map
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override