TVACoeff property

  1. @JsonKey(defaultValue: '')
String TVACoeff
final

Articles VAT Ratio

  • Ratio0;Ratio1;Ratio2;Ratio3
  • 0;0;35;65 --> 35% Ratio2 + 65% Ratio3
  • 0;100 --> 100% Ratio1
  • ;;;100 --> 100% Ratio3 same as TYPETVA=3

Implementation

@JsonKey(defaultValue: '')
final String TVACoeff;