class Stripe::BalanceApi
- Stripe::BalanceApi
- Reference
- Object
Defined in:
stripe/api/balance_api.crConstructors
Instance Method Summary
- #api_client : ApiClient
- #api_client=(api_client : ApiClient)
-
#build_api_request_for_get_balance(*, expand : Array(Array(String)) | Nil = nil) : Crest::Request
@return Crest::Request
- #client_side_validation?(*args, **options)
- #client_side_validation?(*args, **options, &)
- #debugging?(*args, **options)
- #debugging?(*args, **options, &)
-
#get_balance(*, expand : Array(Array(String)) | Nil = nil) : Stripe::Balance
Retrieves the current account balance, based on the authentication that was used to make the request.
-
#get_balance(*, expand : Array(Array(String)) | Nil = nil, &block : Crest::Response -> ) : Nil
<p>Retrieves the current account balance, based on the authentication that was used to make the request.
-
#get_balance_with_http_info(*, expand : Array(Array(String)) | Nil = nil) : Tuple(Stripe::Balance, Int32, Hash(String, Array(String) | String))
<p>Retrieves the current account balance, based on the authentication that was used to make the request.
Constructor Detail
Instance Method Detail
@return Crest::Request
Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see Accounting for negative balances.
@optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return [Stripe::Balance]<p>Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see <a href="/docs/connect/account-balances#accounting-for-negative-balances">Accounting for negative balances</a>.</p> @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return nil
<p>Retrieves the current account balance, based on the authentication that was used to make the request. For a sample request, see <a href="/docs/connect/account-balances#accounting-for-negative-balances">Accounting for negative balances</a>.</p> @optional @param expand [Array(Array(String))?] Specifies which fields in the response should be expanded. @return [Tuple(Stripe::Balance, Integer, Hash)] Stripe::Balance, response status code and response headers