Uses of Class
org.drinkless.tdlib.TdApi.LabeledPricePart
-
Packages that use TdApi.LabeledPricePart Package Description org.drinkless.tdlib -
-
Uses of TdApi.LabeledPricePart in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LabeledPricePart Modifier and Type Field Description TdApi.LabeledPricePart[]TdApi.Invoice. pricePartsA list of objects used to calculate the total price of the product.TdApi.LabeledPricePart[]TdApi.ShippingOption. pricePartsA list of objects used to calculate the total shipping costs.Constructors in org.drinkless.tdlib with parameters of type TdApi.LabeledPricePart Constructor Description Invoice(String currency, TdApi.LabeledPricePart[] priceParts, long maxTipAmount, long[] suggestedTipAmounts, boolean isTest, boolean needName, boolean needPhoneNumber, boolean needEmailAddress, boolean needShippingAddress, boolean sendPhoneNumberToProvider, boolean sendEmailAddressToProvider, boolean isFlexible)Product invoice.ShippingOption(String id, String title, TdApi.LabeledPricePart[] priceParts)One shipping option.
-