#42 wallet and plugged to the backend
This commit is contained in:
12
src/models/userTransactionsModel.js
Normal file
12
src/models/userTransactionsModel.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export default class UserTransactionsModel
|
||||
{
|
||||
amount = "";
|
||||
currency = "";
|
||||
tipMessage = "";
|
||||
created = "";
|
||||
|
||||
|
||||
createFromApiResult(apiResult){
|
||||
return Object.assign(apiResult, new UserTransactionsModel())
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user