public static class TdApi.ChatRevenueTransactionTypeWithdrawal 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.
|
TdApi.RevenueWithdrawalState |
state
State of the withdrawal.
|
int |
withdrawalDate
Point in time (Unix timestamp) when the earnings withdrawal started.
|
| Constructor and Description |
|---|
ChatRevenueTransactionTypeWithdrawal()
Describes a withdrawal of earnings.
|
ChatRevenueTransactionTypeWithdrawal(int withdrawalDate,
java.lang.String provider,
TdApi.RevenueWithdrawalState state)
Describes a withdrawal of earnings.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int withdrawalDate
public java.lang.String provider
public TdApi.RevenueWithdrawalState state
public static final int CONSTRUCTOR
public ChatRevenueTransactionTypeWithdrawal()
public ChatRevenueTransactionTypeWithdrawal(int withdrawalDate,
java.lang.String provider,
TdApi.RevenueWithdrawalState state)
withdrawalDate - Point in time (Unix timestamp) when the earnings withdrawal started.provider - Name of the payment provider.state - State of the withdrawal.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object