Record
renew-token-response
No description available.
record renew-token-response {
access-token: option<string>,
expires-at: option<string>,
merchant-id: option<string>,
plan-id: option<string>,
subscription-id: option<string>,
token-type: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| access-token | option<string> | |
| expires-at | option<string> | |
| merchant-id | option<string> | |
| plan-id | option<string> | |
| subscription-id | option<string> | |
| token-type | option<string> |