Class: PayPro::Customer

Inherits:
Resource show all
Includes:
Operations::Deletable, Operations::Updatable
Defined in:
lib/pay_pro/entities/customer.rb

Constant Summary collapse

RESOURCE_PATH =
'customers'

Instance Attribute Summary

Attributes inherited from Entity

#api_client

Method Summary

Methods included from Operations::Updatable

#update

Methods included from Operations::Deletable

#delete

Methods included from Operations::Requestable

#api_request

Methods inherited from Entity

create_from_data, #initialize, #inspect

Constructor Details

This class inherits a constructor from PayPro::Entity