alias Stripe::FinancialConnectionsAccountAccountHolder

Overview

The account holder that this account belongs to.

Alias Definition

Stripe::BankConnectionsResourceAccountholder

Defined in:

stripe/models/financial_connections_account_account_holder.cr

Constant Summary

ERROR_MESSAGE_FOR__TYPE = "invalid value for \"_type\", must be one of [account, customer]."
VALID_VALUES_FOR__TYPE = String.static_array("account", "customer")