CampaignSummary constructor
CampaignSummary({})
Implementation
CampaignSummary({
this.billingInvoiceCode,
this.campaignId,
this.preTaxAmountMicros,
this.taxAmountMicros,
this.totalAmountMicros,
});
CampaignSummary({
this.billingInvoiceCode,
this.campaignId,
this.preTaxAmountMicros,
this.taxAmountMicros,
this.totalAmountMicros,
});