class TinkoffApi::Company::Response

Included Modules

Defined in:

tinkoff_api/company/response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bank : Bank #

[View source]
def bank=(bank : Bank) #

[View source]
def city : String #

def city=(city : String) #

def name : String #

def name=(name : String) #

def opf : String #

def opf=(opf : String) #

def registration_date : TinkoffApi::Date #

def registration_date=(registration_date : TinkoffApi::Date) #

def requisites : Requisites #

[View source]
def requisites=(requisites : Requisites) #

[View source]