AccountsLinkRequest constructor

AccountsLinkRequest({
  1. String? action,
  2. ECommercePlatformLinkInfo? eCommercePlatformLinkInfo,
  3. String? linkType,
  4. String? linkedAccountId,
  5. PaymentServiceProviderLinkInfo? paymentServiceProviderLinkInfo,
  6. List<String>? services,
})

Implementation

AccountsLinkRequest({
  this.action,
  this.eCommercePlatformLinkInfo,
  this.linkType,
  this.linkedAccountId,
  this.paymentServiceProviderLinkInfo,
  this.services,
});