GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary constructor

GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary({
  1. String? amountMicros,
  2. String? regulatoryFeeType,
})

Implementation

GoogleAdsSearchads360V23ResourcesInvoiceRegulatoryCostSummary({
  this.amountMicros,
  this.regulatoryFeeType,
});