Sha256: 260f0e52ad616177ffa9ff84c4491ed0ee17d6722b67a09bfc87acfbbc88e0da
Contents?: true
Size: 457 Bytes
Versions: 11
Compression:
Stored size: 457 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot module Types class SuccessfulPayment < Base attribute :currency, String attribute :total_amount, Integer attribute :invoice_payload, String attribute :shipping_option_id, String attribute :order_info, OrderInfo attribute :telegram_payment_charge_id, String attribute :provider_payment_charge_id, String end end end end
Version data entries
11 entries across 11 versions & 2 rubygems