GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary constructor

GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary({
  1. String? adjustmentDescription,
  2. String? amountMicros,
})

Implementation

GoogleAdsSearchads360V23ResourcesInvoiceAdjustmentSummary({
  this.adjustmentDescription,
  this.amountMicros,
});