TransactionInfo class

Constructors

TransactionInfo({String? amount, String? currencyCode, String? invoiceNo, String? productDescription, RecurringInfo? recurring, List<PaymentItemInfo>? paymentItemInfo})
TransactionInfo.fromJson(String str)
factory
TransactionInfo.fromMap(Map<String, dynamic> json)
factory

Properties

amount String?
getter/setter pair
currencyCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invoiceNo String?
getter/setter pair
paymentItemInfo List<PaymentItemInfo>?
getter/setter pair
productDescription String?
getter/setter pair
recurring RecurringInfo?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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.
inherited

Operators

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