Class: Besepa::Product
- Includes:
- ApiCalls::Create, ApiCalls::Destroy, ApiCalls::List, ApiCalls::Update
- Defined in:
- lib/besepa/product.rb
Constant Summary collapse
- FIELDS =
[:id, :name, :amount, :currency, :reference, :recurrent, :max_charges, :periodicity, :period_count, :status, :created_at]
Constants inherited from Resource
Constants included from Utils::Request
Utils::Request::END_POINT_URL_PREFIX
Instance Attribute Summary
Attributes inherited from Resource
Method Summary
Methods included from ApiCalls::Destroy
Methods included from ApiCalls::Update
Methods included from ApiCalls::Create
Methods included from ApiCalls::List
Methods inherited from Resource
#allowed_nils, api_path, #as_json, handle_errors, #initialize, klass_name, #klass_name, query_params, #serializable_hash, #to_hash
Methods included from Utils::Request
Methods included from Utils::Connection
Constructor Details
This class inherits a constructor from Besepa::Resource