toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final oldestAllowedPriceVersionTime = this.oldestAllowedPriceVersionTime;
final priceIncreaseType = this.priceIncreaseType;
final regionCode = this.regionCode;
return {
'oldestAllowedPriceVersionTime': ?oldestAllowedPriceVersionTime,
'priceIncreaseType': ?priceIncreaseType,
'regionCode': ?regionCode,
};
}