Content class

Annotations
  • @JsonSerializable.new()

Constructors

Content({String? partnerId, String? paymentMethod, double? amount, String? recieptNumber, String? referenceId, String? orderId, String? document, DateTime? ddOrChequeDate, DateTime? recieptDate, String? transactionId, List<DropdownParameter>? dropdownParameters, bool? reversal, bool? reversed, String? remarks, String? erpAccountId, String? accountNumber, String? bankDetail, String? currency, String? recieptMethod, int? approvalStatus, String? approvalStatusName, String? approvalId, double? balanceBefore, double? balanceAfter, String? transactionDate, String? createdBy, String? createdByName, String? partnerName, bool? erpUpdate, dynamic originalTransactionId})
Content.fromJson(Map<String, dynamic> json)
factory

Properties

accountNumber String?
getter/setter pair
amount double?
getter/setter pair
approvalId String?
getter/setter pair
approvalStatus int?
getter/setter pair
approvalStatusName String?
getter/setter pair
balanceAfter double?
getter/setter pair
balanceBefore double?
getter/setter pair
bankDetail String?
getter/setter pair
createdBy String?
getter/setter pair
createdByName String?
getter/setter pair
currency String?
getter/setter pair
ddOrChequeDate DateTime?
getter/setter pair
document String?
getter/setter pair
getter/setter pair
erpAccountId String?
getter/setter pair
erpUpdate bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orderId String?
getter/setter pair
originalTransactionId ↔ dynamic
getter/setter pair
partnerId String?
getter/setter pair
partnerName String?
getter/setter pair
paymentMethod String?
getter/setter pair
recieptDate DateTime?
getter/setter pair
recieptMethod String?
getter/setter pair
recieptNumber String?
getter/setter pair
referenceId String?
getter/setter pair
remarks String?
getter/setter pair
reversal bool?
getter/setter pair
reversed bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionDate String?
getter/setter pair
transactionId 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