PublisherAccount constructor

PublisherAccount({
  1. String? currencyCode,
  2. String? name,
  3. String? publisherId,
  4. String? reportingTimeZone,
})

Implementation

PublisherAccount({
  this.currencyCode,
  this.name,
  this.publisherId,
  this.reportingTimeZone,
});