accountHolderName property
The name of the person or business that owns the bank account.
Implementation
String get object;/// The name of the person or business that owns the bank account.
@JsonKey(name: "account_holder_name") String? get accountHolderName;