taxPercentage property
Tax percentage, represented as a basis point integer. For example: - 530 for 5.3% (five point three percent) - 2100 for 21% (twenty-one percent)
Implementation
@BuiltValueField(wireName: r'taxPercentage')
int? get taxPercentage;