target property

  1. @TagNumber(2)
AccountCurrency get target

The target currency for the quote.

Implementation

@$pb.TagNumber(2)
AccountCurrency get target => $_getN(1);
  1. @TagNumber(2)
set target (AccountCurrency v)

Implementation

@$pb.TagNumber(2)
set target(AccountCurrency v) { $_setField(2, v); }