Constructor: broadcastRevenueTransactionRefund
Describes a refund for failed withdrawal of ad earnings »
Attributes:
Name | Type | Required | Description |
---|---|---|---|
amount | long | Yes | Amount refunded. |
date | int | Yes | Date of refund. |
provider | string | Yes | Payment provider name. |
Type: BroadcastRevenueTransaction
Example:
$broadcastRevenueTransactionRefund = ['_' => 'broadcastRevenueTransactionRefund', 'amount' => long, 'date' => int, 'provider' => 'string'];