class

Tourmaline::RevenueWithdrawalStateSucceeded

Inherits JSON::Serializable < Reference < Object

The withdrawal succeeded.

Constructors

new(type : String, date : Time, url : String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

date

Date the withdrawal was completed in Unix time

Source
date=(date : Time)

Date the withdrawal was completed in Unix time

Source
type

Type of the state, always "succeeded"

Source
type=(type : String)

Type of the state, always "succeeded"

Source
url

An HTTPS URL that can be used to see transaction details

Source
url=(url : String)

An HTTPS URL that can be used to see transaction details

Source