projects/m2-core/src/lib/core/service/data/requests/tx/EditTransactionRequest.ts
Properties |
|
constructor(transactionId: number, valueType: TransactionAttributeType, newValue?: string, booleanValue?: boolean)
|
|||||||||||||||
|
Parameters :
|
| Public booleanValue |
Type : boolean
|
| Public newValue |
Type : string
|
| Public transactionId |
Type : number
|
| Public valueType |
Type : TransactionAttributeType
|