class TinkoffApi::BankAccounts::BankAccount

Included Modules

Defined in:

tinkoff_api/bank_accounts/bank_account.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def account_number : String #

def account_number=(account_number : String) #

def account_type : String #

def account_type=(account_type : String) #

def balance : Balance #

[View source]
def balance=(balance : Balance) #

[View source]
def bank_bik : String #

def bank_bik=(bank_bik : String) #

def currency : String #

def currency=(currency : String) #

def name : String #

def name=(name : String) #

def transit_account : TransitAccount | Nil #

[View source]
def transit_account=(transit_account : TransitAccount | Nil) #

[View source]