BudgetSummary constructor
BudgetSummary({
- String? externalBudgetId,
- String? preTaxAmountMicros,
- PrismaCpeCode? prismaCpeCode,
- String? taxAmountMicros,
- String? totalAmountMicros,
Implementation
BudgetSummary({
this.externalBudgetId,
this.preTaxAmountMicros,
this.prismaCpeCode,
this.taxAmountMicros,
this.totalAmountMicros,
});