Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailVerification ¶
type Payment ¶
type Payment struct {
Base
BlockchainPaymentId uuid.UUID `gorm:"type:uuid"`
MerchantId uuid.UUID `gorm:"type:uuid"`
Wallet Wallet
WalletId uuid.UUID `gorm:"type:uuid"`
Mode enum.Mode
PriceAmount float64 `gorm:"type:numeric"`
PriceCurrency enum.FiatCurrency
PayCurrency enum.CryptoCurrency
PayAddress string
CallbackUrl string
PaymentStates []PaymentState
}
type PaymentState ¶
Click to show internal directories.
Click to hide internal directories.