currency property

  1. @TagNumber.new(11)
String get currency

/ ISO 4217; overrides firm default_currency for boutiques in this chain when boutique.currency is empty.

Implementation

@$pb.TagNumber(11)
$core.String get currency => $_getSZ(10);
  1. @TagNumber.new(11)
set currency (String value)

Implementation

@$pb.TagNumber(11)
set currency($core.String value) => $_setString(10, value);