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