class MonobankApi::Jar

Overview

Represents a client jar (savings goal).

Included Modules

Defined in:

monobank_api/resources/personal/jar.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 balance : Int32 #

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


[View source]
def currency_code : Int32 #

Код валюти банки відповідно ISO 4217


[View source]
def description : String #

Опис банки


[View source]
def goal : Int32 #

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


[View source]
def id : String #

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


[View source]
def send_id : String #

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


[View source]
def title : String #

Назва банки


[View source]