BacsDebit constructor
- @JsonSerializable(explicitToJson: true)
Implementation
@JsonSerializable(explicitToJson: true)
const factory BacsDebit({
/// Sort code of the bankaccount.
String? sortCode,
/// Unique identifier for the bankaccount.
String? fingerprint,
/// Last 4 digits of the bank account.
String? last4,
}) = _BacsDebit;