public static class TdApi.PaymentReceipt extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
date
Point in time (Unix timestamp) when the payment was made.
|
TdApi.ProductInfo |
productInfo
Information about the product.
|
long |
sellerBotUserId
User identifier of the seller bot.
|
TdApi.PaymentReceiptType |
type
Type of the payment receipt.
|
| Constructor and Description |
|---|
PaymentReceipt()
Contains information about a successful payment.
|
PaymentReceipt(TdApi.ProductInfo productInfo,
int date,
long sellerBotUserId,
TdApi.PaymentReceiptType type)
Contains information about a successful payment.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.ProductInfo productInfo
public int date
public long sellerBotUserId
public TdApi.PaymentReceiptType type
public static final int CONSTRUCTOR
public PaymentReceipt()
public PaymentReceipt(TdApi.ProductInfo productInfo, int date, long sellerBotUserId, TdApi.PaymentReceiptType type)
productInfo - Information about the product.date - Point in time (Unix timestamp) when the payment was made.sellerBotUserId - User identifier of the seller bot.type - Type of the payment receipt.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object