UnlinkBankAccountPayload
No description
type UnlinkBankAccountPayload {
unlinked: Boolean!
}
Fields
UnlinkBankAccountPayload.unlinked
● Boolean!
non-null scalar
Returns the unlinked status of the account. This should always be true - an error will be thrown if it fails.
Returned by
unlinkBankAccount
mutation