alias Stripe::FinancialConnectionsAccountBalanceRefresh

Overview

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

Alias Definition

Stripe::BankConnectionsResourceBalanceRefresh

Defined in:

stripe/models/financial_connections_account_balance_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")