FinTex v0.1.0 FinTex.User.FinBank

Provides a default implementation of the FinTex.Model.Bank protocol.

The following fields are public:

  • blz - 8 digits bank code
  • url - URL of the bank server
  • version - API version. Possible values are 220 or 300.

Summary

Types

t :: %FinTex.User.FinBank{blz: binary, url: binary, version: binary}

Functions

valid?(self)