routingNumber property
The routing transit number for the bank account.
Implementation
String? get last4;/// The routing transit number for the bank account.
@JsonKey(name: "routing_number") String? get routingNumber;
The routing transit number for the bank account.
String? get last4;/// The routing transit number for the bank account.
@JsonKey(name: "routing_number") String? get routingNumber;