amounts property

List<int>? amounts
inherited

The amounts of the microdeposits that are deposited on the account.

Make sure that the amount is exactly 2. When using this field make sure descriptorCode is null.

Implementation

List<int>? get amounts => throw _privateConstructorUsedError;