CampaignSummary constructor

CampaignSummary({
  1. String? billingInvoiceCode,
  2. String? campaignId,
  3. String? preTaxAmountMicros,
  4. String? taxAmountMicros,
  5. String? totalAmountMicros,
})

Implementation

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