KudaSavings class

Constructors

KudaSavings()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create_flexible_closed_savings(Map<String, dynamic> payload, [String? requestRef]) Future<FlexibleSavings>
create_flexible_open_savings(Map<String, dynamic> payload, [String? requestRef]) Future<FlexibleSavings>
create_plain_savings(Map<String, dynamic> payload, [String? requestRef]) Future<PlainSavings>
get_all_closed_flexible_savings(Map<String, dynamic> payload, [String? requestRef]) Future<GetAllFlexibleSavings>
get_all_open_flexible_savings(Map<String, dynamic> payload, [String? requestRef]) Future<GetAllFlexibleSavings>
get_all_plain_savings(Map<String, dynamic> payload, [String? requestRef]) Future<GetAllPlainSavings>
get_closed_flexible_savings(Map<String, dynamic> payload, [String? requestRef]) Future<GetFlexibleSavings>
get_open_flexible_savings(Map<String, dynamic> payload, [String? requestRef]) Future<GetFlexibleSavings>
get_plain_savings(Map<String, dynamic> payload, [String? requestRef]) Future<GetPlainSavings>
manage_plain_savings(Map<String, dynamic> payload, [String? requestRef]) Future<ManagePlainSaving>
move_money_plain_savings(Map<String, dynamic> payload, [String? requestRef]) Future<ManagePlainSaving>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transaction_flexible_closed_savings(Map<String, dynamic> payload, [String? requestRef]) Future<TransactionFlexibleSavings>
transaction_flexible_open_savings(Map<String, dynamic> payload, [String? requestRef]) Future<TransactionFlexibleSavings>
transaction_plain_savings(Map<String, dynamic> payload, [String? requestRef]) Future<TransactionPlainSavings>
withdraw_closed(Map<String, dynamic> payload, [String? requestRef]) Future<WithdrawFlexibleSaving>
withdraw_open(Map<String, dynamic> payload, [String? requestRef]) Future<WithdrawFlexibleSaving>

Operators

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