Link Search Menu Expand Document

Constructor: broadcastRevenueTransactionRefund

Back to constructors index

Describes a refund for failed withdrawal of ad earnings »

Attributes:

NameTypeRequiredDescription
amountlongYesAmount refunded.
dateintYesDate of refund.
providerstringYesPayment provider name.

Type: BroadcastRevenueTransaction

Example:

$broadcastRevenueTransactionRefund = ['_' => 'broadcastRevenueTransactionRefund', 'amount' => long, 'date' => int, 'provider' => 'string'];