fusenapi/constants/pay.go

9 lines
115 B
Go
Raw Normal View History

2023-07-26 03:06:05 +00:00
package constants
type PayMethod int64
const (
PAYMETHOD_STRIPE PayMethod = 1
PAYMETHOD_PAYPAL PayMethod = 2
)