CreateSettlementRequest class

Constructors

CreateSettlementRequest({String? name, String? zainboxCode, String? scheduleType, String? schedulePeriod, required String? publicKey, required bool? isTest, List<SettlementAccount>? settlementAccountList, bool? status})
CreateSettlementRequest.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
isTest bool?
getter/setter pair
name String?
getter/setter pair
publicKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schedulePeriod String?
getter/setter pair
scheduleType String?
getter/setter pair
settlementAccountList List<SettlementAccount>?
getter/setter pair
status bool?
getter/setter pair
zainboxCode String?
getter/setter pair

Methods

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

Operators

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