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