TinkoffApi::BankAccounts::BankAccount
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
account_number
account_number=(account_number : String)
account_type
account_type=(account_type : String)
balance
Sourcebalance=(balance : Balance)
Sourcebank_bik
bank_bik=(bank_bik : String)
currency
currency=(currency : String)
name
name=(name : String)
transit_account
Sourcetransit_account=(transit_account : TransitAccount | Nil)
Source