Uses of Class
it.tdlight.jni.TdApi.LabeledPricePart
-
Uses of TdApi.LabeledPricePart in it.tdlight.jni
Fields in it.tdlight.jni 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 it.tdlight.jni with parameters of type TdApi.LabeledPricePartModifierConstructorDescriptionInvoice(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.