toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final action = this.action;
final eCommercePlatformLinkInfo = this.eCommercePlatformLinkInfo;
final linkType = this.linkType;
final linkedAccountId = this.linkedAccountId;
final paymentServiceProviderLinkInfo = this.paymentServiceProviderLinkInfo;
final services = this.services;
return {
'action': ?action,
'eCommercePlatformLinkInfo': ?eCommercePlatformLinkInfo,
'linkType': ?linkType,
'linkedAccountId': ?linkedAccountId,
'paymentServiceProviderLinkInfo': ?paymentServiceProviderLinkInfo,
'services': ?services,
};
}