class MonobankApi::ManagedClientAccount

Overview

Represents a managed account (for accountants).

Included Modules

Defined in:

monobank_api/resources/personal/managed_client_account.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def account_type : String #

Тип рахунку (fop)


[View source]
def balance : Int32 #

Баланс рахунку в мінімальних одиницях валюти (копійках, центах)


[View source]
def credit_limit : Int32 #

Кредитний ліміт


[View source]
def currency_code : Int32 #

Код валюти рахунку відповідно ISO 4217


[View source]
def iban : String #

IBAN рахунку


[View source]
def id : String #

Ідентифікатор рахунку


[View source]