Sha256: ae7dd973e2747b6f9d86e9af6b4f3fcc60da7c26d48c7214f3f0b0fafa1f22aa

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 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 the smallest units of the currency.
  class LabeledPricePart < Base
    attribute :label, TD::Types::String
    attribute :amount, TD::Types::Integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tdlib-schema-1.7.0.1 lib/tdlib/types/labeled_price_part.rb