assumptions property

  1. @BuiltValueField.new(wireName: r'assumptions')
CostEstimateAssumptions? get assumptions

Assumptions made for the expected characteristics of the transaction, for which the charges are being estimated.

Implementation

@BuiltValueField(wireName: r'assumptions')
CostEstimateAssumptions? get assumptions;