AutoReloadConfigurationRequest class
Constructors
- AutoReloadConfigurationRequest({required String customerId, required bool enabled, String? paymentMethodId, int? reloadAmount, int? reloadThreshold})
-
AutoReloadConfigurationRequest.fromMap(Map<
String, dynamic> map) -
Creates an instance from a map
factory
Properties
- customerId → String
-
The customer ID to set the configuration for
final
- enabled → bool
-
Whether auto-reload should be enabled
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentMethodId → String?
-
The payment method ID to use for auto-reload
final
- reloadAmount → int?
-
The amount to reload when threshold is reached
final
- reloadThreshold → int?
-
The balance threshold that triggers auto-reload
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