Package org.drinkless.tdlib
Class TdApi.ShippingOption
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ShippingOption
- Enclosing class:
- TdApi
One shipping option.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Shipping option identifier.A list of objects used to calculate the total shipping costs.Option title. -
Constructor Summary
ConstructorsConstructorDescriptionOne shipping option.ShippingOption(String id, String title, TdApi.LabeledPricePart[] priceParts) One shipping option. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ShippingOption
public ShippingOption()One shipping option. -
ShippingOption
One shipping option.- Parameters:
id- Shipping option identifier.title- Option title.priceParts- A list of objects used to calculate the total shipping costs.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-