java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ShippingOption
- Enclosing class:
- TdApi
One shipping option.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Shipping option identifier.A list of objects used to calculate the total shipping costs.Option title. -
Constructor Summary
ConstructorDescriptionOne shipping option.ShippingOption
(DataInput input) One shipping option.ShippingOption
(String id, String title, TdApi.LabeledPricePart[] priceParts) One shipping option. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
Shipping option identifier. -
title
Option title. -
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
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
One shipping option.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-