Name

data object Name : AccountField<String?>

Name of the account, assigned by the ASPSP.

Functions

Link copied to clipboard
open override fun eq(value: String?): AccountFilter

Build a field == value filter.

Link copied to clipboard
open override fun notEq(value: String?): AccountFilter

Build a field != value filter.