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