Interface RevenueWithdrawalStateSucceeded

Withdrawal succeeded. Subtype of RevenueWithdrawalState.

interface RevenueWithdrawalStateSucceeded {
    @type: "revenueWithdrawalStateSucceeded";
    date: number;
    url: string;
}

Properties

Properties

@type: "revenueWithdrawalStateSucceeded"
date: number

Point in time (Unix timestamp) when the withdrawal was completed.

url: string

The URL where the withdrawal transaction can be viewed.