constant

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

View Source
const (
	PaymentMethodTypeEwallet        PaymentMethodTypeEnum = "EWALLET"
	PaymentMethodTypeDirectDebit    PaymentMethodTypeEnum = "DIRECT_DEBIT"
	PaymentMethodTypeOverTheCounter PaymentMethodTypeEnum = "OVER_THE_COUNTER"
	PaymentMethodTypeQRCode         PaymentMethodTypeEnum = "QR_CODE"
	PaymentMethodTypeVirtualAccount PaymentMethodTypeEnum = "VIRTUAL_ACCOUNT"
	PaymentMethodTypeCard           PaymentMethodTypeEnum = "CARD"

	ReusabilityOneTimeUse  ReusabilityEnum = "ONE_TIME_USE"
	ReusabilityMultipleUse ReusabilityEnum = "MULTIPLE_USE"

	CountryPH CountryEnum = "PH"
	CountryID CountryEnum = "ID"
	CountryVN CountryEnum = "VN"
	CountryTH CountryEnum = "TH"

	CurrencyPH  CurrencyEnum = "PHP"
	CurrencyIDR CurrencyEnum = "IDR"
	CurrencyVND CurrencyEnum = "VND"
	CurrencyTHB CurrencyEnum = "THB"
)

This consists the values that PaymentMethodTypeEnum can take

Variables

This section is empty.

Functions

This section is empty.

Types

type CountryEnum

type CountryEnum string

type CurrencyEnum

type CurrencyEnum string

type PaymentMethodStatusEnum

type PaymentMethodStatusEnum string
const (
	Active         PaymentMethodStatusEnum = "ACTIVE"
	Expired        PaymentMethodStatusEnum = "EXPIRED"
	Inactive       PaymentMethodStatusEnum = "INACTIVE"
	Pending        PaymentMethodStatusEnum = "PENDING"
	RequiresAction PaymentMethodStatusEnum = "REQUIRES_ACTION"
	Failed         PaymentMethodStatusEnum = "FAILED"
)

type PaymentMethodTypeEnum

type PaymentMethodTypeEnum string

type ReusabilityEnum

type ReusabilityEnum string

type TokenStatus

type TokenStatus string

Jump to

Keyboard shortcuts

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