Uses of Class
org.telegram.telegrambots.meta.api.objects.payments.ShippingOption
-
Packages that use ShippingOption Package Description org.telegram.telegrambots.meta.api.methods org.telegram.telegrambots.meta.api.objects.payments -
-
Uses of ShippingOption in org.telegram.telegrambots.meta.api.methods
Methods in org.telegram.telegrambots.meta.api.methods that return types with arguments of type ShippingOption Modifier and Type Method Description List<ShippingOption>AnswerShippingQuery. getShippingOptions()Method parameters in org.telegram.telegrambots.meta.api.methods with type arguments of type ShippingOption Modifier and Type Method Description AnswerShippingQueryAnswerShippingQuery. setShippingOptions(List<ShippingOption> shippingOptions) -
Uses of ShippingOption in org.telegram.telegrambots.meta.api.objects.payments
Methods in org.telegram.telegrambots.meta.api.objects.payments that return ShippingOption Modifier and Type Method Description ShippingOptionShippingOption. setId(String id)ShippingOptionShippingOption. setPrices(List<LabeledPrice> prices)ShippingOptionShippingOption. setTitle(String title)
-