interface Result {
    id: string;
    created: string;
    type: Token.Type;
    used: boolean;
    livemode: boolean;
    card?: Card;
    bankAccount?: BankAccount;
}

Properties

id: string
created: string

The UNIX timestamp (in milliseconds) of the date this token was created.

type: Token.Type
used: boolean
livemode: boolean
card?: Card
bankAccount?: BankAccount
MMNEPVFCICPMFPCPTTAAATR