GoogleAdsSearchads360V23ResourcesPaymentsAccount constructor

GoogleAdsSearchads360V23ResourcesPaymentsAccount({
  1. String? currencyCode,
  2. String? name,
  3. String? payingManagerCustomer,
  4. String? paymentsAccountId,
  5. String? paymentsProfileId,
  6. String? resourceName,
  7. String? secondaryPaymentsProfileId,
})

Implementation

GoogleAdsSearchads360V23ResourcesPaymentsAccount({
  this.currencyCode,
  this.name,
  this.payingManagerCustomer,
  this.paymentsAccountId,
  this.paymentsProfileId,
  this.resourceName,
  this.secondaryPaymentsProfileId,
});