target property
The target currency for the quote.
Implementation
@$pb.TagNumber(2)
AccountCurrency get target => $_getN(1);
Implementation
@$pb.TagNumber(2)
set target(AccountCurrency v) { $_setField(2, v); }
The target currency for the quote.
@$pb.TagNumber(2)
AccountCurrency get target => $_getN(1);
@$pb.TagNumber(2)
set target(AccountCurrency v) { $_setField(2, v); }