BoltPay class

Constructors

BoltPay(String orderId, String merchantName, String merchantWalletAddress, String amount, String coinType, ENV env, SuiClient suiClient, SuiAccount suiAccount, {String? idoObjectId, String? idoObjectName, String? wooCommerceName})

Properties

amount String
final
coinType String
final
env ENV
final
hashCode int
The hash code for this object.
no setterinherited
idoObjectId String?
final
idoObjectName String?
final
merchantName String
final
merchantWalletAddress String
final
orderId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suiAccount → SuiAccount
final
suiClient → SuiClient
final
wooCommerceName String?
final

Methods

executeCreateTXTransaction() Future<BoltPayResponse>
executeTransaction() Future<BoltPayResponse>
executeWooCommerceTransaction() Future<BoltPayResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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