class TinkoffApi::BankStatement::Operation

Included Modules

Defined in:

tinkoff_api/bank_statement/operation.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

Позволяет инициализировать платёжное поручение для последующего ручного заполнения


[View source]

Instance Method Detail

def amount : Float64 #

[View source]
def amount=(amount : Float64) #

[View source]
def charge_date : TinkoffApi::Date #

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

def counteragent(type_ : CounteragentType) : Counteragent #

[View source]
def creator_status : String #

def creator_status=(creator_status : String) #

def date : TinkoffApi::Date #

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

def draw_date : TinkoffApi::Date #

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

def execution_order : String | Nil #

def execution_order=(execution_order : String | Nil) #

def id : String #

def id=(id : String) #

def kbk : String | Nil #

def kbk=(kbk : String | Nil) #

def oktmo : String | Nil #

def oktmo=(oktmo : String | Nil) #

def operation_type : String #

def operation_type=(operation_type : String) #

def payer : Counteragent #

[View source]
def payer_account : String | Nil #

def payer_account=(payer_account : String | Nil) #

def payer_bank : String #

def payer_bank=(payer_bank : String) #

def payer_bic : String #

def payer_bic=(payer_bic : String) #

def payer_corr_account : String | Nil #

def payer_corr_account=(payer_corr_account : String | Nil) #

def payer_inn : String | Nil #

def payer_inn=(payer_inn : String | Nil) #

def payer_kpp : String | Nil #

def payer_kpp=(payer_kpp : String | Nil) #

def payer_name : String #

def payer_name=(payer_name : String) #

def payment_purpose : String #

def payment_purpose=(payment_purpose : String) #

def payment_type : String | Nil #

def payment_type=(payment_type : String | Nil) #

def recipient : Counteragent #

[View source]
def recipient_account : String #

def recipient_account=(recipient_account : String) #

def recipient_bank : String #

def recipient_bank=(recipient_bank : String) #

def recipient_bic : String #

def recipient_bic=(recipient_bic : String) #

def recipient_corr_account : String | Nil #

def recipient_corr_account=(recipient_corr_account : String | Nil) #

def recipient_inn : String | Nil #

def recipient_inn=(recipient_inn : String | Nil) #

def recipient_kpp : String | Nil #

def recipient_kpp=(recipient_kpp : String | Nil) #

def recipient_name : String #

For the sake of consistency we rename this field


[View source]
def recipient_name=(recipient_name : String) #

For the sake of consistency we rename this field


[View source]
def tax_doc_date : String | Nil #

def tax_doc_date=(tax_doc_date : String | Nil) #

def tax_doc_number : String | Nil #

def tax_doc_number=(tax_doc_number : String | Nil) #

def tax_evidence : String | Nil #

def tax_evidence=(tax_evidence : String | Nil) #

def tax_period : String | Nil #

def tax_period=(tax_period : String | Nil) #

def tax_type : String | Nil #

def tax_type=(tax_type : String | Nil) #

def uin : String | Nil #

def uin=(uin : String | Nil) #