AccountsCustomBatchRequestEntryLinkRequest constructor

AccountsCustomBatchRequestEntryLinkRequest({
  1. String? action,
  2. String? linkType,
  3. String? linkedAccountId,
  4. List<String>? services,
})

Implementation

AccountsCustomBatchRequestEntryLinkRequest({
  this.action,
  this.linkType,
  this.linkedAccountId,
  this.services,
});