Update models

This commit is contained in:
Hillel Coren 2021-01-08 14:49:22 +02:00
parent 6abd980055
commit a8839bd866
1 changed files with 2 additions and 2 deletions

View File

@ -250,11 +250,11 @@ abstract class ExpenseEntity extends Object
double get taxAmount1;
@nullable
@BuiltValueField(wireName: 'tax_amount1')
@BuiltValueField(wireName: 'tax_amount2')
double get taxAmount2;
@nullable
@BuiltValueField(wireName: 'tax_amount1')
@BuiltValueField(wireName: 'tax_amount3')
double get taxAmount3;
@nullable