UseBalanceRequest class
Constructors
-
UseBalanceRequest({required String customerId, required int amount, Map<
String, String> ? metadata}) -
UseBalanceRequest.fromMap(Map<
String, dynamic> map) -
Creates an instance from a map
factory
Properties
- amount → int
-
The amount to use from the balance
final
- customerId → String
-
The customer ID to use balance from
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
→ Map<
String, String> ? -
Optional metadata about the transaction
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> - Converts the instance to a map
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited