class TelegramBot::SuccessfulPayment

Defined in:

telegram_bot/types/successful_payment.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def currency : String #

[View source]
def currency=(_currency : String) #

[View source]
def invoice_payload : String #

[View source]
def invoice_payload=(_invoice_payload : String) #

[View source]
def order_info : OrderInfo | Nil #

[View source]
def order_info=(_order_info : OrderInfo | Nil) #

[View source]
def provider_payment_charge_id : String #

[View source]
def provider_payment_charge_id=(_provider_payment_charge_id : String) #

[View source]
def shipping_option_id : String | Nil #

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

[View source]
def telegram_payment_charge_id : String #

[View source]
def telegram_payment_charge_id=(_telegram_payment_charge_id : String) #

[View source]
def to_json(json : JSON::Builder) #

[View source]
def total_amount : Int32 #

[View source]
def total_amount=(_total_amount : Int32) #

[View source]