public static class TdApi.ChatRevenueTransactionTypeRefund extends TdApi.ChatRevenueTransactionType
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
provider
Name of the payment provider.
|
int |
refundDate
Point in time (Unix timestamp) when the transaction was refunded.
|
| Constructor and Description |
|---|
ChatRevenueTransactionTypeRefund()
Describes a refund for failed withdrawal of earnings.
|
ChatRevenueTransactionTypeRefund(int refundDate,
java.lang.String provider)
Describes a refund for failed withdrawal of earnings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int refundDate
public java.lang.String provider
public static final int CONSTRUCTOR
public ChatRevenueTransactionTypeRefund()
public ChatRevenueTransactionTypeRefund(int refundDate,
java.lang.String provider)
refundDate - Point in time (Unix timestamp) when the transaction was refunded.provider - Name of the payment provider.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object