class TinkoffApi::BankStatement::Client
- TinkoffApi::BankStatement::Client
- TinkoffApi::ClientAbstract
- Reference
- Object
Defined in:
tinkoff_api/bank_statement/client.crConstant Summary
-
PATH =
"/api/v1/bank-statement"
Instance Method Summary
- #execute(account_number : String, from : TinkoffApi::Date | Nil = nil, till : TinkoffApi::Date | Nil = nil) : Response
- #path : String
Instance methods inherited from class TinkoffApi::ClientAbstract
path : String
path,
response : HTTP::Client::Response | Nil
response
Constructor methods inherited from class TinkoffApi::ClientAbstract
new
new
Instance Method Detail
def execute(account_number : String, from : TinkoffApi::Date | Nil = nil, till : TinkoffApi::Date | Nil = nil) : Response
#