Uses of Class
org.drinkless.tdlib.TdApi.LabeledPricePart
Packages that use TdApi.LabeledPricePart
-
Uses of TdApi.LabeledPricePart in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LabeledPricePartModifier and TypeFieldDescriptionTdApi.Invoice.pricePartsA list of objects used to calculate the total price of the product.TdApi.ShippingOption.pricePartsA list of objects used to calculate the total shipping costs.Constructors in org.drinkless.tdlib with parameters of type TdApi.LabeledPricePartModifierConstructorDescriptionInvoice(String currency, TdApi.LabeledPricePart[] priceParts, int subscriptionPeriod, long maxTipAmount, long[] suggestedTipAmounts, String recurringPaymentTermsOfServiceUrl, String termsOfServiceUrl, 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.