extraCostsCurrency property

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

The currency of the extra amount charged due to additional amounts set in the skin used in the HPP payment request. Example: EUR

Implementation

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