class Tourmaline::TransactionPartnerFragment
- Tourmaline::TransactionPartnerFragment
- Reference
- Object
Overview
Describes a withdrawal transaction with Fragment.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(pull : JSON::PullParser)
- .new(type : String, withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil = nil)
Instance Method Summary
-
#type : String
Type of the transaction partner, always "fragment"
-
#type=(type : String)
Type of the transaction partner, always "fragment"
-
#withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil
Optional.
-
#withdrawal_state=(withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil)
Optional.
Constructor Detail
Instance Method Detail
def withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil
#
Optional. State of the transaction if the transaction is outgoing
def withdrawal_state=(withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil)
#
Optional. State of the transaction if the transaction is outgoing