Content class

Annotations
  • @JsonSerializable.new()

Constructors

Content({String? transactionId, String? referenceId, String? partnerId, String? transactionType, String? txnType, double? amount, int? balanceBefore, int? balanceAfter, String? transactionTime, String? operatedBy, String? operateByUserName, String? orderId, String? remarks, String? accountId, String? walletUsageType, String? currency, dynamic approvalId, dynamic project, dynamic commissionType, dynamic referenceFileId, dynamic uploadId, dynamic projectName, dynamic commissionTypeName, String? bankRefId, String? bankName, int? status, String? statusName, String? lastUpdatedTime})
Content.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
getter/setter pair
amount double?
getter/setter pair
approvalId ↔ dynamic
getter/setter pair
balanceAfter int?
getter/setter pair
balanceBefore int?
getter/setter pair
bankName String?
getter/setter pair
bankRefId String?
getter/setter pair
commissionType ↔ dynamic
getter/setter pair
commissionTypeName ↔ dynamic
getter/setter pair
currency String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTime String?
getter/setter pair
operateByUserName String?
getter/setter pair
operatedBy String?
getter/setter pair
orderId String?
getter/setter pair
partnerId String?
getter/setter pair
project ↔ dynamic
getter/setter pair
projectName ↔ dynamic
getter/setter pair
referenceFileId ↔ dynamic
getter/setter pair
referenceId String?
getter/setter pair
remarks String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
getter/setter pair
statusName String?
getter/setter pair
transactionId String?
getter/setter pair
transactionTime String?
getter/setter pair
transactionType String?
getter/setter pair
txnType String?
getter/setter pair
uploadId ↔ dynamic
getter/setter pair
walletUsageType String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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