Record
session
No description available.
record session {
configuration: string,
created: s32,
customer: string,
flow: option<string>,
id: string,
livemode: bool,
locale: option<post-billing-portal-sessions-body-locale-enum>,
object: session-object-enum,
on-behalf-of: option<string>,
return-url: option<string>,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| configuration | string | |
| created | s32 | |
| customer | string | |
| flow | option<string> | |
| id | string | |
| livemode | bool | |
| locale | option<post-billing-portal-sessions-body-locale-enum> | |
| object | session-object-enum | |
| on-behalf-of | option<string> | |
| return-url | option<string> | |
| url | string |