class TinkoffApi::Webhooks::Operation

Included Modules

Defined in:

tinkoff_api/webhooks/operation.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.parse_transactions(json_string : String) : Operation #

[View source]

Instance Method Detail

def account_amount : String #

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

[View source]
def account_currency_digital_code : String #

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

[View source]
def account_number : String #

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

[View source]
def acquirer_id : String #

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

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

[View source]
def authorization_date=(authorization_date : TinkoffApi::Date) #

[View source]
def bic : String #

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

[View source]
def card_number : String #

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

[View source]
def category : String #

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

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

[View source]
def charge_date=(charge_date : TinkoffApi::Date | Nil) #

[View source]
def counter_party : CounterParty #

[View source]
def counter_party=(counter_party : CounterParty) #

[View source]
def description : String #

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

[View source]
def doc_date : TinkoffApi::Date | Nil #

[View source]
def doc_date=(doc_date : TinkoffApi::Date | Nil) #

[View source]
def document_number : String #

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

[View source]
def draw_date : TinkoffApi::Date | Nil #

[View source]
def draw_date=(draw_date : TinkoffApi::Date | Nil) #

[View source]
def mcc : String #

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

[View source]
def merch : Merchant #

[View source]
def merch=(merch : Merchant) #

[View source]
def operation_amount : String #

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

[View source]
def operation_currency_digital_code : String #

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

[View source]
def operation_id : String #

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

[View source]
def operation_status : String #

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

[View source]
def pay_purpose : String | Nil #

[View source]
def pay_purpose=(pay_purpose : String | Nil) #

[View source]
def pay_vo : String | Nil #

[View source]
def pay_vo=(pay_vo : String | Nil) #

[View source]
def payer : Party | Nil #

[View source]
def payer=(payer : Party | Nil) #

[View source]
def priority : String | Nil #

[View source]
def priority=(priority : String | Nil) #

[View source]
def receiver : Party | Nil #

[View source]
def receiver=(receiver : Party | Nil) #

[View source]
def rrn : String | Nil #

[View source]
def rrn=(rrn : String | Nil) #

[View source]
def ruble_amount : String | Nil #

[View source]
def ruble_amount=(ruble_amount : String | Nil) #

[View source]
def status : String #

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

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

[View source]
def trxn_post_date=(trxn_post_date : TinkoffApi::Date) #

[View source]
def type_of_operation : OperationType #

[View source]
def type_of_operation=(type_of_operation : OperationType) #

[View source]
def ucid : String #

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

[View source]
def vo : String | Nil #

[View source]
def vo=(vo : String | Nil) #

[View source]