funding

package
v1.1.4-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssetBillsDetails

type AssetBillsDetails struct {
	responses.Basic
	Bills []*models.Bill `json:"data"`
}

type FundsTransfer

type FundsTransfer struct {
	responses.Basic
	Transfers []*models.Transfer `json:"data"`
}

type GetBalance

type GetBalance struct {
	responses.Basic
	Balances []*models.Balance `json:"data"`
}

type GetCurrencies

type GetCurrencies struct {
	responses.Basic
	Currencies []*models.Currency `json:"data"`
}

type GetDepositAddress

type GetDepositAddress struct {
	responses.Basic
	DepositAddresses []*models.DepositAddress `json:"data"`
}

type GetDepositHistory

type GetDepositHistory struct {
	responses.Basic
	DepositHistories []*models.DepositHistory `json:"data"`
}

type GetPiggyBankBalance

type GetPiggyBankBalance struct {
	responses.Basic
	Balances []*models.PiggyBankBalance `json:"data"`
}

type GetWithdrawalHistory

type GetWithdrawalHistory struct {
	responses.Basic
	WithdrawalHistories []*models.WithdrawalHistory `json:"data"`
}

type PiggyBankPurchaseRedemption

type PiggyBankPurchaseRedemption struct {
	responses.Basic
	PiggyBanks []*models.PiggyBank `json:"data"`
}

type Withdrawal

type Withdrawal struct {
	responses.Basic
	Withdrawals []*models.Withdrawal `json:"data"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL