class MonobankApi::ManagedClient

Overview

Represents a managed client (for accountants).

Included Modules

Defined in:

monobank_api/resources/personal/managed_client.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 accounts : Array(ManagedClientAccount) #

Перелік доступних рахунків ФОП


[View source]
def client_id : String #

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


[View source]
def name : String #

Ім'я клієнта


[View source]
def tin : Int32 #

РНОКПП


[View source]