// This is Generated Source. import PathSegment from "../PathSegment"; export default class ProfileImage extends PathSegment { constructor(prv: PathSegment, id?: string, service?) { super("profile-image", id, prv, service); } /** *
Since 1.0.20 (Release 7.4)
Returns the extension profile image.
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Medium
*/ get(): PromiseSince 1.0.20 (Release 7.4)
Returns the extension profile image.
| Permission | Description |
|---|---|
| ReadAccounts | Viewing user account info (including name, business name, address and phone number/account number) |
Medium
* return {ApiResponse} */ getRaw(): Promise