NextAction.verifyWithMicroDeposits constructor
- @JsonSerializable(explicitToJson: true)
- @FreezedUnionValue('verifyWithMicrodeposits')
Contains details describing microdeposits verification flow.
Implementation
@JsonSerializable(explicitToJson: true)
@FreezedUnionValue('verifyWithMicrodeposits')
const factory NextAction.verifyWithMicroDeposits({
/// The timestamp of when the microdeposits are expended to land
String? arrivalDate,
/// The URL for the hosted verification page.
String? redirectUrl,
/// The type of the microdeposit sent to the customer.
String? microdepositType,
}) = _NextActionMicroDeposits;