Record
get-accounts-account-external-accounts-params
No description available.
record get-accounts-account-external-accounts-params {
account: string,
ending-before: option<string>,
expand: option<list<string>>,
limit: option<s32>,
starting-after: option<string>,
data: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| account | string | |
| ending-before | option<string> | |
| expand | option<list<string>> | |
| limit | option<s32> | |
| starting-after | option<string> | |
| data | option<string> |