enhancedSchemeDataPeriodTotalTaxAmount property
- @BuiltValueField.new(wireName: r'enhancedSchemeData.totalTaxAmount')
The amount of state or provincial tax included in the total transaction amount, in minor units. * For example, 2000 means USD 20.00. * Encoding: Numeric * Max length: 12 characters * For L2 data: must not be all zeroes. * For L3 data: can be zero.
Implementation
@BuiltValueField(wireName: r'enhancedSchemeData.totalTaxAmount')
String? get enhancedSchemeDataPeriodTotalTaxAmount;