Record
vault-data-payment-token-interface
No description available.
record vault-data-payment-token-interface {
created-at: option<string>,
customer-id: option<s32>,
entity-id: option<s32>,
expires-at: option<string>,
gateway-token: string,
is-active: bool,
is-visible: bool,
payment-method-code: string,
public-hash: string,
token-details: string,
type-op: string,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | option<string> | |
| customer-id | option<s32> | |
| entity-id | option<s32> | |
| expires-at | option<string> | |
| gateway-token | string | |
| is-active | bool | |
| is-visible | bool | |
| payment-method-code | string | |
| public-hash | string | |
| token-details | string | |
| type-op | string |