RegionalPriceMigrationConfig constructor

RegionalPriceMigrationConfig({
  1. String? oldestAllowedPriceVersionTime,
  2. String? priceIncreaseType,
  3. String? regionCode,
})

Implementation

RegionalPriceMigrationConfig({
  this.oldestAllowedPriceVersionTime,
  this.priceIncreaseType,
  this.regionCode,
});