Constructor: broadcastRevenueTransactionWithdrawal
Describes a withdrawal of ad earnings »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
pending | Bool | Optional | Whether the withdrawal is currently pending |
failed | Bool | Optional | Whether the withdrawal has failed |
amount | long | Yes | Amount withdrawn |
date | int | Yes | Withdrawal date |
provider | string | Yes | Payment provider name |
transaction_date | int | Optional | If neither pending nor failed are set, the transaction was completed successfully, and this field will contain the point in time (Unix timestamp) when the withdrawal was completed successfully. |
transaction_url | string | Optional | If neither pending nor failed are set, the transaction was completed successfully, and this field will contain a URL where the withdrawal transaction can be viewed. |
Type: BroadcastRevenueTransaction
Example:
$broadcastRevenueTransactionWithdrawal = ['_' => 'broadcastRevenueTransactionWithdrawal', 'pending' => Bool, 'failed' => Bool, 'amount' => long, 'date' => int, 'provider' => 'string', 'transaction_date' => int, 'transaction_url' => 'string'];