class Tourmaline::PreCheckoutQuery

Included Modules

Defined in:

tourmaline/models/pre_checkout_query.cr

Constructors

Instance Method Summary

Instance methods inherited from module Tourmaline::Model

client : Tourmaline::Client client, client=(client : Tourmaline::Client) client=, client? : Tourmaline::Client | Nil client?, finish_init(client : Tourmaline::Client) finish_init

Constructor Detail

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

[View source]

Instance Method Detail

def answer(ok, **kwargs) #

[View source]
def currency : String #

[View source]
def from : User #

[View source]
def id : String #

[View source]
def invoice_payload : String #

[View source]
def order_info : OrderInfo | Nil #

[View source]
def shipping_option_id : String | Nil #

[View source]
def total_amount : Int32 #

[View source]