token

package
v2.27.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 2 Imported by: 8

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Token

type Token struct {
	Id                string                 `json:"id"`
	Gateway           enum.Gateway           `json:"gateway"`
	GatewayAccountId  string                 `json:"gateway_account_id"`
	PaymentMethodType enum.PaymentMethodType `json:"payment_method_type"`
	Status            tokenEnum.Status       `json:"status"`
	IdAtVault         string                 `json:"id_at_vault"`
	Vault             tokenEnum.Vault        `json:"vault"`
	IpAddress         string                 `json:"ip_address"`
	ResourceVersion   int64                  `json:"resource_version"`
	UpdatedAt         int64                  `json:"updated_at"`
	CreatedAt         int64                  `json:"created_at"`
	ExpiredAt         int64                  `json:"expired_at"`
	Object            string                 `json:"object"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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