ewallet

package
v1.0.25 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Name           *string `json:"name"`
	AccountDetails *string `json:"account_details"`
	Balance        float64 `json:"balance"`
	PointBalance   float64 `json:"point_balance"`
}

type ChannelCode

type ChannelCode string
const (
	Grabpay   ChannelCode = "GRABPAY"
	Paymaya   ChannelCode = "PAYMAYA"
	Gcash     ChannelCode = "GCASH"
	OVO       ChannelCode = "OVO"
	DANA      ChannelCode = "DANA"
	LinkAja   ChannelCode = "LINKAJA"
	Shopeepay ChannelCode = "SHOPEEPAY"
	Sakuku    ChannelCode = "SAKUKU"
	Nexcash   ChannelCode = "NEXCASH"
	Astrapay  ChannelCode = "ASTRAPAY"
	Jeniuspay ChannelCode = "JENIUSPAY"
)

type ChannelProperties

type ChannelProperties map[string]interface{}

type CreateMethod

type CreateMethod struct {
	ChannelCode       ChannelCode       `json:"channel_code"`
	ChannelProperties ChannelProperties `json:"channel_properties"`
}

Jump to

Keyboard shortcuts

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