Class: Payjp::Statement

Inherits:
APIResource show all
Includes:
APIOperations::List
Defined in:
lib/payjp/statement.rb

Instance Method Summary collapse

Methods included from APIOperations::List

included

Methods inherited from APIResource

class_name, #refresh, retrieve, url, #url

Methods included from APIOperations::Request

included

Methods inherited from PayjpObject

#[], #[]=, #_dump, _load, #as_json, construct_from, #each, #initialize, #inspect, #keys, #refresh_from, #respond_to?, #serialize_nested_object, serialize_params, #to_hash, #to_json, #to_s, #values

Constructor Details

This class inherits a constructor from Payjp::PayjpObject

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Payjp::PayjpObject

Instance Method Details

#statement_urls(params = {}, opts = {}) ⇒ Object



5
6
7
8
# File 'lib/payjp/statement.rb', line 5

def statement_urls(params = {}, opts = {})
  response, opts = request(:post, statement_urls_url, params, opts)
  response
end