LinkBankAccountInput
No description
input LinkBankAccountInput {
idempotencyKey: String
plaidMetadataJson: String!
plaidPublicToken: String!
}
Fields
LinkBankAccountInput.idempotencyKey
● String
scalar
The idempotent key for this request, which is optional. Key may be comprised of alphanumeric values, as well as the following symbols: '_', '-', '.'
LinkBankAccountInput.plaidMetadataJson
● String!
non-null scalar
The onSuccess method also returns a metadata value that can optionally be sent to the server as a JSON string
LinkBankAccountInput.plaidPublicToken
● String!
non-null scalar
The public token retrieved on the client from Plaid's onSuccess method
Member of
DonateToHsaGiftCampaignInput
input ● linkBankAccount
mutation