class Tourmaline::TransactionPartnerFragment

Overview

Describes a withdrawal transaction with Fragment.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(type : String, withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil = nil) #

[View source]

Instance Method Detail

def type : String #

Type of the transaction partner, always "fragment"


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

Type of the transaction partner, always "fragment"


[View source]
def withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil #

Optional. State of the transaction if the transaction is outgoing


[View source]
def withdrawal_state=(withdrawal_state : Tourmaline::RevenueWithdrawalState | Nil) #

Optional. State of the transaction if the transaction is outgoing


[View source]