Class ShippingOption

java.lang.Object
io.github.natanimn.telebof.types.payments.ShippingOption
All Implemented Interfaces:
Serializable

public class ShippingOption extends Object implements Serializable
This object represents one shipping option.
Since:
3 March 2025
Author:
Natanim
See Also:
  • Field Details

    • id

      private String id
      Shipping option identifier
    • title

      private String title
      Option title
    • prices

      private List<LabeledPrice> prices
      List of price portions
  • Constructor Details

  • Method Details