AccountsLinkRequest constructor
AccountsLinkRequest({
- String? action,
- ECommercePlatformLinkInfo? eCommercePlatformLinkInfo,
- String? linkType,
- String? linkedAccountId,
- PaymentServiceProviderLinkInfo? paymentServiceProviderLinkInfo,
- List<
String> ? services,
Implementation
AccountsLinkRequest({
this.action,
this.eCommercePlatformLinkInfo,
this.linkType,
this.linkedAccountId,
this.paymentServiceProviderLinkInfo,
this.services,
});