Class: Mollie::Customer::Subscription
- Inherits:
-
Subscription
- Object
- Base
- Subscription
- Mollie::Customer::Subscription
- Defined in:
- lib/mollie/customer/subscription.rb
Constant Summary
Constants inherited from Subscription
Subscription::STATUS_ACTIVE, Subscription::STATUS_CANCELED, Subscription::STATUS_COMPLETED, Subscription::STATUS_PENDING, Subscription::STATUS_SUSPENDED
Instance Attribute Summary
Attributes inherited from Subscription
#_links, #amount, #application_fee, #canceled_at, #created_at, #customer_id, #description, #id, #interval, #mandate_id, #metadata, #method, #mode, #next_payment_date, #status, #times, #times_remaining, #webhook_url
Attributes inherited from Base
Method Summary
Methods inherited from Subscription
#active?, #canceled?, #completed?, #customer, #payments, #pending?, #suspended?
Methods inherited from Base
all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update
Constructor Details
This class inherits a constructor from Mollie::Base