Module tdlight.api

Class TdApi.ShippingOption

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ShippingOption
Enclosing class:
TdApi

public static final class TdApi.ShippingOption extends TdApi.Object
One shipping option.
  • Field Details

    • id

      public String id
      Shipping option identifier.
    • title

      public String title
      Option title.
    • priceParts

      public TdApi.LabeledPricePart[] priceParts
      A list of objects used to calculate the total shipping costs.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ShippingOption

      public ShippingOption()
      One shipping option.
    • ShippingOption

      public ShippingOption(String id, String title, TdApi.LabeledPricePart[] priceParts)
      One shipping option.
      Parameters:
      id - String Shipping option identifier.
      title - String Option title.
      priceParts - LabeledPricePart[] A list of objects used to calculate the total shipping costs.
    • ShippingOption

      public ShippingOption(DataInput input) throws IOException
      One shipping option.
      Throws:
      IOException
  • Method Details