UpdateAccountSettingsInput
No description
input UpdateAccountSettingsInput {
accountId: ID!
allowBulkCreditTransfersWithoutBeneficiaryVerification: Boolean!
consentRedirectUrl: String
}
Fields
UpdateAccountSettingsInput.accountId ● ID! non-null scalar
Unique identifier of the account
UpdateAccountSettingsInput.allowBulkCreditTransfersWithoutBeneficiaryVerification ● Boolean! non-null scalar
Allow or disallow bulk credit transfers without beneficiary verification
UpdateAccountSettingsInput.consentRedirectUrl ● String scalar
When setting allowBulkCreditTransfersWithoutBeneficiaryVerification to true, the consentRedirectUrl is required otherwise it is not needed
Member Of
updateAccountSettings mutation