currency property
/ 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);
Implementation
@$pb.TagNumber(11)
set currency($core.String value) => $_setString(10, value);