Documentation ¶
Index ¶
- func BillEmpty() []byte
- func BillGet() []byte
- func CashinGetError() []byte
- func CashinGetOk() []byte
- func CashoutGetError() []byte
- func CashoutGetOk() []byte
- func CollectOk() []byte
- func CollectPending() []byte
- func PingError() []byte
- func PingOk() []byte
- func QuoteOk() []byte
- func TopupGetPackagesOk() []byte
- func VerifyEmpty() []byte
- func VerifyInProcess() []byte
- func VerifyOk() []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CashinGetError ¶ added in v0.0.3
func CashinGetError() []byte
CashinGetError is the cashout error with an invalid service
func CashinGetOk ¶ added in v0.0.3
func CashinGetOk() []byte
CashinGetOk is the response when getting the `/cashin` endpoint
func CashoutGetError ¶ added in v0.0.3
func CashoutGetError() []byte
CashoutGetError is the cashout error with an invalid service
func CashoutGetOk ¶ added in v0.0.3
func CashoutGetOk() []byte
CashoutGetOk is the response when getting the `/cashout` endpoint
func CollectOk ¶
func CollectOk() []byte
CollectOk returns the api response to the `/collectstd` endpoint
func CollectPending ¶ added in v0.0.3
func CollectPending() []byte
CollectPending returns the api response to the `/collectstd` endpoint for a pending transaction
func PingError ¶
func PingError() []byte
PingError returns an error api response to the `/ping` endpoint
func TopupGetPackagesOk ¶
func TopupGetPackagesOk() []byte
TopupGetPackagesOk returns the api responses to /topup
func VerifyEmpty ¶
func VerifyEmpty() []byte
VerifyEmpty returns the api response to the `/verifytx` of an empty transaction
func VerifyInProcess ¶ added in v0.0.3
func VerifyInProcess() []byte
VerifyInProcess returns the api response to the `/verifytx` endpoint for an in process transaction
Types ¶
This section is empty.