alias Stripe::FinancialConnectionsAccountOwnershipRefresh

Overview

The state of the most recent attempt to refresh the account owners.

Alias Definition

Stripe::BankConnectionsResourceOwnershipRefresh

Defined in:

stripe/models/financial_connections_account_ownership_refresh.cr

Constant Summary

ERROR_MESSAGE_FOR_STATUS = "invalid value for \"status\", must be one of [failed, pending, succeeded]."
VALID_VALUES_FOR_STATUS = String.static_array("failed", "pending", "succeeded")