UpdateZainboxRequest class

Constructors

UpdateZainboxRequest({required String zainboxCode, 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
zainboxCode String
final

Methods

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
updateZainbox() Future<CreateZainboxResponse?>
Executes network call to initiate transactions

Operators

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