Sha256: 033b494f3c7d0ba74b7fdf698e9571499872f99b5794948974fe9090101d4645

Contents?: true

Size: 426 Bytes

Versions: 26

Compression:

Stored size: 426 Bytes

Contents

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

26 entries across 26 versions & 3 rubygems

Version Path
telegram-bot-ruby-0.8.4 lib/telegram/bot/types/successful_payment.rb
telegram-bot-ruby-0.8.3 lib/telegram/bot/types/successful_payment.rb
telegram-bot-ruby-0.8.2 lib/telegram/bot/types/successful_payment.rb
telegram-bot-ruby-0.8.1 lib/telegram/bot/types/successful_payment.rb
telegram-bot-types-0.4.1 lib/telegram/bot/types/successful_payment.rb
telegram-bot-ruby-0.8.0 lib/telegram/bot/types/successful_payment.rb