CreateZainboxRequest class

Constructors

CreateZainboxRequest({required String name, required String tags, required String callbackUrl, required String email, required String publicKey, required bool isTest})

Properties

callbackUrl String
final
email String
final
hashCode int
The hash code for this object.
no setterinherited
isTest bool
final
name String
final
publicKey String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags String
final

Methods

createZainbox() Future<CreateZainboxResponse?>
Executes network call to initiate transactions
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this instance to json
toString() String
A string representation of this object.
override

Operators

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