Documentation ¶
Overview ¶
package balance provides the /balance APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(params *BalanceParams) (*Balance, error)
Get returns the details of your balance. For more details see https://stripe.com/docs/api#retrieve_balance.
func GetTx ¶
GetTx returns the details of a balance transaction. For more details see https://stripe.com/docs/api#retrieve_balance_transaction.
func List ¶
func List(params *TxListParams) *TransactionIter
List returns a list of balance transactions. For more details see https://stripe.com/docs/api#balance_history.
Types ¶
Click to show internal directories.
Click to hide internal directories.