class

Tourmaline::TransactionPartnerFragment

Inherits JSON::Serializable < Reference < Object

Describes a withdrawal transaction with Fragment.

Constructors

new(type : String, withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type

Type of the transaction partner, always "fragment"

Source
type=(type : String)

Type of the transaction partner, always "fragment"

Source
withdrawal_state

Optional. State of the transaction if the transaction is outgoing

Source
withdrawal_state=(withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil)

Optional. State of the transaction if the transaction is outgoing

Source