class
Hamilton::Types::RevenueWithdrawalStateSucceeded
- Hamilton::Types::RevenueWithdrawalStateSucceeded
- Reference
- Object
Overview
The withdrawal succeeded.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/revenue_withdrawal_state.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#date : Int32
Date the withdrawal was completed in Unix time.
-
#date=(date : Int32)
Date the withdrawal was completed in Unix time.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#type : String
Type of the state, always "succeeded".
-
#type=(type : String)
Type of the state, always "succeeded".
-
#url : String
An HTTPS URL that can be used to see transaction details.
-
#url=(url : String)
An HTTPS URL that can be used to see transaction details.