Class: EPayCo::Client

Inherits:
API
  • Object
show all
Includes:
Charge, Customer, Plans, Subscription
Defined in:
lib/epayco/client.rb,
lib/epayco/client/plans.rb,
lib/epayco/client/charge.rb,
lib/epayco/client/customer.rb,
lib/epayco/client/subscription.rb

Overview

Note:

All methods have been separated into modules

Wrapper for the EPayCo REST API

Defined Under Namespace

Modules: Charge, Customer, Plans, Subscription

Method Summary

Methods included from Charge

#charge_create

Methods included from Customer

#customer_all, #customer_create

Methods included from Subscription

#subscription_all, #subscription_cancel, #subscription_create, #subscription_details

Methods included from Plans

#plan_all, #plan_create, #plan_details, #plan_update

Methods included from Request

#delete, #get, #post, #put