VerifyMicroDepositsParams class
Parameters that provide additional information for verifyting microdeposits
- Annotations
-
- @freezed
Constructors
-
VerifyMicroDepositsParams({List<
int> ? amounts, String? descriptorCode}) -
constfactory
-
VerifyMicroDepositsParams.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
amounts
→ List<
int> ? -
The amounts of the microdeposits that are deposited on the account.
no setterinherited
-
copyWith
→ $VerifyMicroDepositsParamsCopyWith<
VerifyMicroDepositsParams> -
no setterinherited
- descriptorCode → String?
-
The descriptor code that is part of the microdepot to the customer bank account.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited