Skip to main content

Wallet

No description

type Wallet implements Node, Timestamped {
autorenew: Boolean
autorenewAmount: Int
autorenewAt: ISO8601DateTime
autorenewSchedule: Int
autorenewThreshold: Int
autorenewUsedTimes: Int
autorenewUses: Int
balance: Int!
canUse: Boolean!
createdAt: DateTime!
feature: String!
id: ID!
limit: Int
limitType: String
ownerId: String!
ownerType: String!
parent: Wallet
updatedAt: DateTime!
}

Fields

Wallet.autorenew ● Boolean scalar common

The autorenew status of the wallet.

Wallet.autorenewAmount ● Int scalar common

The autorenew amount of the wallet.

Wallet.autorenewAt ● ISO8601DateTime scalar common

The autorenew at of the wallet.

Wallet.autorenewSchedule ● Int scalar common

The autorenew schedule of the wallet.

Wallet.autorenewThreshold ● Int scalar common

The autorenew threshold of the wallet.

Wallet.autorenewUsedTimes ● Int scalar common

The times autorenew has been used.

Wallet.autorenewUses ● Int scalar common

The autorenew allowed uses of the wallet.

Wallet.balance ● Int! non-null scalar common

The balance of the wallet.

Wallet.canUse ● Boolean! non-null scalar common

Can use the feature for the wallet.

Wallet.createdAt ● DateTime! non-null scalar common

The date and time that the object was created.

Wallet.feature ● String! non-null scalar common

The feature of the wallet.

Wallet.id ● ID! non-null scalar common

Wallet.limit ● Int scalar common

The limit of the wallet.

Wallet.limitType ● String scalar common

The limit type of the wallet. Can be hard or soft.

Wallet.ownerId ● String! non-null scalar common

The id of the owner.

Wallet.ownerType ● String! non-null scalar common

The type of the owner.

Wallet.parent ● Wallet object common

The parent wallet.

Wallet.updatedAt ● DateTime! non-null scalar common

The date and time that the object was last updated.

Interfaces

Node interface common

An object with an ID.

Timestamped interface common

An object with timestamp fields for when it was created and last updated.

Member of

Wallet object ● WalletConnection object ● WalletEdge object