class MonobankApi::InfoAccount

Overview

Represents a client account.

Included Modules

Defined in:

monobank_api/resources/personal/info_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 #

Тип рахунку (black, white, platinum, iron, fop, yellow, eAid)


[View source]
def balance : Int32 #

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


[View source]
def cashback_type : String #

Тип кешбеку який нараховується на рахунок (None, UAH, Miles)


[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]
def masked_pan : Array(String) #

Перелік замаскованних номерів карт


[View source]
def send_id : String #

Ідентифікатор для сервісу https://send.monobank.ua/{sendId}


[View source]