currencyAmount property
Implementation
@$pb.TagNumber(2)
CurrencyAmount get currencyAmount => $_getN(1);
Implementation
@$pb.TagNumber(2)
set currencyAmount(CurrencyAmount v) {
setField(2, v);
}
@$pb.TagNumber(2)
CurrencyAmount get currencyAmount => $_getN(1);
@$pb.TagNumber(2)
set currencyAmount(CurrencyAmount v) {
setField(2, v);
}