class PlentyClient::Payment::Transaction

Constants

FIND_PAYMENT_TRANSACTIONS

Public Class Methods

find(transaction_type_id, headers = {}, &block) click to toggle source
# File lib/plenty_client/payment/transaction.rb, line 12
def find(transaction_type_id, headers = {}, &block)
  get(build_endpoint(FIND_PAYMENT_TRANSACTIONS, transaction_type: transaction_type_id), headers, &block)
end