GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo constructor

GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo({
  1. String? paymentsAccountId,
  2. String? paymentsAccountName,
  3. String? paymentsProfileId,
  4. String? paymentsProfileName,
  5. String? secondaryPaymentsProfileId,
})

Implementation

GoogleAdsSearchads360V23ResourcesBillingSetupPaymentsAccountInfo({
  this.paymentsAccountId,
  this.paymentsAccountName,
  this.paymentsProfileId,
  this.paymentsProfileName,
  this.secondaryPaymentsProfileId,
});