class Braintree::Operations::TransactionSearch

Defined in:

operations/transaction_search.cr

Constructors

Instance Method Summary

Instance methods inherited from class Braintree::Operations::Query

to_gql to_gql

Constructor Detail

def self.new(transaction_fields : Array(Symbol), amount : Nil | Hash(String, String) = nil, status : Nil | Array(Symbol) = nil, page_info : Bool = false) #

[View source]

Instance Method Detail

def amount : Hash(String, String) | Nil #

[View source]
def page_info : Bool #

[View source]
def status : Array(Symbol) | Nil #

[View source]
def to_gql #

[View source]
def transaction_fields : Array(Symbol) #

[View source]
def variables_builder(json) #

[View source]