TabbyDto class

Constructors

TabbyDto({required String transactionId, num amount = 0, required TabbyCredential credential})

Properties

amount num
Amount of the transaction
getter/setter pair
captureOrderApi Uri
Get the tabby capture order API Endpoint
no setter
credential TabbyCredential
Credentials for Tabby, e.g: API Keys
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionDetailsApi Uri
Get the transaction details from Tabby API Endpoint
no setter
transactionId String
Transaction ID from Tabby
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
toTabbyJson() Map<String, dynamic>
Convert Tabby DTO to JSON

Operators

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