type TransferWiseAccountField {
    example: String
    key: String!
    maxLength: Int
    minLength: Int
    name: String!
    refreshRequirementsOnChange: Boolean
    required: Boolean
    type: String!
    validationAsync: TransferWiseAsyncValidation
    validationRegexp: String
    valuesAllowed: [TransferWiseAccountFieldValue!]
}
