// This is Generated Source. import GetExtensionGrantListResponse from "../definitions/GetExtensionGrantListResponse"; import PathSegment from "../PathSegment"; export default class Grant extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("grant", id, prv, service); } /** *
Returns the list of extension grants.
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Light
*/ list(query?: ListQuery): PromiseReturns the list of extension grants.
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Light
* return {ApiResponse} */ listRaw(query?: ListQuery): Promise