package constvar type BankAccountQueryClass string const ( BankAccountQueryClassExpireLessThen60Days BankAccountQueryClass = "" ) type BankAccountKeywordType string const ( BankAccountKeywordCustomerName BankAccountKeywordType = "" )