class
Hamilton::Types::TransactionPartnerFragment
- Hamilton::Types::TransactionPartnerFragment
- Reference
- Object
Overview
Describes a withdrawal transaction with Fragment.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/transaction_partner.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#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 transaction partner, always "fragment".
-
#type=(type : String)
Type of the transaction partner, always "fragment".
-
#withdrawal_state : Hamilton::Types::RevenueWithdrawalState | Nil
State of the transaction if the transaction is outgoing.
-
#withdrawal_state=(withdrawal_state : Hamilton::Types::RevenueWithdrawalState | Nil)
State of the transaction if the transaction is outgoing.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def withdrawal_state : Hamilton::Types::RevenueWithdrawalState | Nil
#
State of the transaction if the transaction is outgoing.
def withdrawal_state=(withdrawal_state : Hamilton::Types::RevenueWithdrawalState | Nil)
#
State of the transaction if the transaction is outgoing.