Uses of Class
it.tdlight.jni.TdApi.LabeledPricePart
-
Uses of TdApi.LabeledPricePart in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.Invoice.priceParts
A list of objects used to calculate the total price of the product.TdApi.ShippingOption.priceParts
A list of objects used to calculate the total shipping costs.ModifierConstructorDescriptionInvoice
(String currency, TdApi.LabeledPricePart[] priceParts, long maxTipAmount, long[] suggestedTipAmounts, String recurringPaymentTermsOfServiceUrl, 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.