toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final advertisingPartner = this.advertisingPartner;
  final hotelCenter = this.hotelCenter;
  final merchantCenter = this.merchantCenter;
  final productLinkInvitationId = this.productLinkInvitationId;
  final resourceName = this.resourceName;
  final status = this.status;
  final type = this.type;
  return {
    'advertisingPartner': ?advertisingPartner,
    'hotelCenter': ?hotelCenter,
    'merchantCenter': ?merchantCenter,
    'productLinkInvitationId': ?productLinkInvitationId,
    'resourceName': ?resourceName,
    'status': ?status,
    'type': ?type,
  };
}