toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (authorizedSellerStatus != null)
'authorizedSellerStatus': authorizedSellerStatus!,
if (targetingOptionId != null) 'targetingOptionId': targetingOptionId!,
};