Record
token
No description available.
record token {
bank-account: option<bank-account>,
card: option<card>,
client-ip: option<string>,
created: s32,
id: string,
livemode: bool,
object: token-object-enum,
type-op: string,
used: bool,
}Fields
| Name | Type | Description |
|---|---|---|
| bank-account | option<bank-account> | |
| card | option<card> | |
| client-ip | option<string> | |
| created | s32 | |
| id | string | |
| livemode | bool | |
| object | token-object-enum | |
| type-op | string | |
| used | bool |