All Downloads are FREE. Search and download functionalities are using the official Maven repository.

telegramium.bots.ShippingOption.scala Maven / Gradle / Ivy

package telegramium.bots

/** This object represents one shipping option.
  *
  * @param id
  *   Shipping option identifier
  * @param title
  *   Option title
  * @param prices
  *   List of price portions
  */
final case class ShippingOption(id: String, title: String, prices: List[LabeledPrice] = List.empty)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy