struct Privacy::Transaction

Included Modules

Defined in:

privacy/mappings/transaction.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amount : Int32 #

[View source]
def card : Privacy::Card #

[View source]
def created : String #

[View source]
def events : Array(Privacy::TransactionEvent) #

A list of all events that have modified this transaction Premium field that requires subscription


[View source]
def funding : Array(Privacy::FundingAccount) #

[View source]
def merchant : Merchant #

[View source]
def result : Result #

[View source]
def settled_amount : Int32 #

[View source]
def status : Status #

[View source]
def token : String #

[View source]