projects/m2-core/src/lib/core/service/user/requests/EditMyAccountRequest.ts
Properties |
|
constructor(accountId: number, valueType: EditAccountAttributeType, value: any)
|
||||||||||||
|
Parameters :
|
| Public accountId |
Type : number
|
| Public valueBool |
Type : boolean
|
| Public valueBytes |
Type : string
|
| Public valueLong |
Type : number
|
| Public valueString |
Type : string
|
| Public valueType |
Type : EditAccountAttributeType
|