class Tourmaline::RevenueWithdrawalStateSucceeded

Overview

The withdrawal succeeded.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, date : Time, url : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def date : Time #

Date the withdrawal was completed in Unix time


[View source]
def date=(date : Time) #

Date the withdrawal was completed in Unix time


[View source]
def type : String #

Type of the state, always "succeeded"


[View source]
def type=(type : String) #

Type of the state, always "succeeded"


[View source]
def url : String #

An HTTPS URL that can be used to see transaction details


[View source]
def url=(url : String) #

An HTTPS URL that can be used to see transaction details


[View source]