public static class TdApi.PaymentReceiptTypeRegular extends TdApi.PaymentReceiptType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
credentialsTitle
Title of the saved credentials chosen by the buyer.
|
TdApi.Invoice |
invoice
Information about the invoice.
|
TdApi.OrderInfo |
orderInfo
Order information; may be null.
|
long |
paymentProviderUserId
User identifier of the payment provider bot.
|
TdApi.ShippingOption |
shippingOption
Chosen shipping option; may be null.
|
long |
tipAmount
The amount of tip chosen by the buyer in the smallest units of the currency.
|
| Constructor and Description |
|---|
PaymentReceiptTypeRegular()
The payment was done using a third-party payment provider.
|
PaymentReceiptTypeRegular(long paymentProviderUserId,
TdApi.Invoice invoice,
TdApi.OrderInfo orderInfo,
TdApi.ShippingOption shippingOption,
java.lang.String credentialsTitle,
long tipAmount)
The payment was done using a third-party payment provider.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long paymentProviderUserId
public TdApi.Invoice invoice
public TdApi.OrderInfo orderInfo
public TdApi.ShippingOption shippingOption
public java.lang.String credentialsTitle
public long tipAmount
public static final int CONSTRUCTOR
public PaymentReceiptTypeRegular()
public PaymentReceiptTypeRegular(long paymentProviderUserId,
TdApi.Invoice invoice,
TdApi.OrderInfo orderInfo,
TdApi.ShippingOption shippingOption,
java.lang.String credentialsTitle,
long tipAmount)
paymentProviderUserId - User identifier of the payment provider bot.invoice - Information about the invoice.orderInfo - Order information; may be null.shippingOption - Chosen shipping option; may be null.credentialsTitle - Title of the saved credentials chosen by the buyer.tipAmount - The amount of tip chosen by the buyer in the smallest units of the currency.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object