Package it.tdlight.jni
Class TdApi.UpdateNewPreCheckoutQuery
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateNewPreCheckoutQuery
- Enclosing class:
- TdApi
public static class TdApi.UpdateNewPreCheckoutQuery extends TdApi.Update
A new incoming pre-checkout query;
for bots only. Contains full information
about a checkout.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
currency
Currency for the product price.long
id
Unique query identifier.byte[]
invoicePayload
Invoice payload.TdApi.OrderInfo
orderInfo
Information about the order; may be null.long
senderUserId
Identifier of the user who sent the query.String
shippingOptionId
Identifier of a shipping option chosen by the user; may be empty if not applicable.long
totalAmount
Total price for the product, in the smallest units of the currency. -
Constructor Summary
Constructors Constructor Description UpdateNewPreCheckoutQuery()
A new incoming pre-checkout query; for bots only.UpdateNewPreCheckoutQuery(long id, long senderUserId, String currency, long totalAmount, byte[] invoicePayload, String shippingOptionId, TdApi.OrderInfo orderInfo)
A new incoming pre-checkout query; for bots only.UpdateNewPreCheckoutQuery(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
id
public long idUnique query identifier. -
senderUserId
public long senderUserIdIdentifier of the user who sent the query. -
currency
Currency for the product price. -
totalAmount
public long totalAmountTotal price for the product, in the smallest units of the currency. -
invoicePayload
public byte[] invoicePayloadInvoice payload. -
shippingOptionId
Identifier of a shipping option chosen by the user; may be empty if not applicable. -
orderInfo
Information about the order; may be null. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateNewPreCheckoutQuery
public UpdateNewPreCheckoutQuery()A new incoming pre-checkout query; for bots only. Contains full information about a checkout. -
UpdateNewPreCheckoutQuery
public UpdateNewPreCheckoutQuery(long id, long senderUserId, String currency, long totalAmount, byte[] invoicePayload, String shippingOptionId, TdApi.OrderInfo orderInfo)A new incoming pre-checkout query; for bots only. Contains full information about a checkout.- Parameters:
id
- long Unique query identifier.senderUserId
- long Identifier of the user who sent the query.currency
- String Currency for the product price.totalAmount
- long Total price for the product, in the smallest units of the currency.invoicePayload
- byte[] Invoice payload.shippingOptionId
- String Identifier of a shipping option chosen by the user; may be empty if not applicable.orderInfo
- OrderInfo Information about the order; may be null.
-
UpdateNewPreCheckoutQuery
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-