class Stripetease::API::Balance

Overview

This is an object representing your Stripe balance. You can retrieve it to see the balance currently on your Stripe account.

Defined in:

stripetease/api/balance.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : Session) #

[View source]

Instance Method Detail

def get #

Retrieves the current account balance, based on the authentication that was used to make the request.


[View source]