models

package
v0.0.0-...-e2fa406 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateOrderEncryptedInput

type CreateOrderEncryptedInput struct {
	TransactionId string
	TxId          string
	TotalValue    decimal.Decimal
	UserInfo      []byte
}

type FirebaseAccount

type FirebaseAccount struct {
	Address   string
	Purchases []FirebasePurchase
}

type FirebaseNonce

type FirebaseNonce struct {
	Nonce int `json:"nonce"`
}

type FirebasePurchase

type FirebasePurchase struct {
	ID                 string  `json:"id"`
	ProductId          string  `json:"product_id"`
	TotalValue         float64 `json:"total_value"`
	TransactionId      string  `json:"transaction_id"`
	Status             string  `json:"status"`
	Timestamp          int64   `json:"timestamp"`
	Code               string  `json:"code"`
	RedeemInstructions string  `json:"redeem_instructions"`
	RedeemUrl          string  `json:"redeem_url"`
}

Jump to

Keyboard shortcuts

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