extraCostsValue property

  1. @BuiltValueField.new(wireName: r'extraCostsValue')
String? get extraCostsValue

The value of the extra amount charged due to additional amounts set in the skin used in the HPP payment request. The amount is in minor units.

Implementation

@BuiltValueField(wireName: r'extraCostsValue')
String? get extraCostsValue;