Class RevenueWithdrawalState

Constructors

Properties

createdUnixTime?: number

Date the withdrawal was completed in Unix time

failed?: boolean

Type of the state, always “failed”

pending?: boolean

Type of the state, always “pending”

url?: string

An HTTPS URL that can be used to see transaction details

Accessors

  • get createdAt(): null | Date
  • Date the withdrawal was completed

    Returns null | Date

  • get createdTimestamp(): null | number
  • Return the timestamp withdrawal was completed, in milliseconds

    Returns null | number

Methods