Sha256: 7e7dda45cf8e9ab8e2510f0ca973359197bd782d2ea0b0d5af30d8812dcc9ce1

Contents?: true

Size: 372 Bytes

Versions: 3

Compression:

Stored size: 372 Bytes

Contents

module TD::Types
  # Portion of the price of a product (e.g., "delivery cost", "tax amount").
  #
  # @attr label [String] Label for this portion of the product price.
  # @attr amount [Integer] Currency amount in minimal quantity of the currency.
  class LabeledPricePart < Base
    attribute :label, TD::Types::String
    attribute :amount, TD::Types::Integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tdlib-ruby-2.2.0 lib/tdlib/types/labeled_price_part.rb
tdlib-ruby-2.1.0 lib/tdlib/types/labeled_price_part.rb
tdlib-ruby-2.0.0 lib/tdlib/types/labeled_price_part.rb