accountHolderName property

  1. @JsonKey.new(name: "account_holder_name")
String? get accountHolderName
inherited

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;