abstract struct Mollie::Base::Subscription
- Mollie::Base::Subscription
- Mollie::Base::Resource
- Struct
- Value
- Object
Included Modules
Direct Known Subclasses
Defined in:
mollie/base/subscription.crConstructors
Instance Method Summary
- #active?
- #amount : Amount
- #application_fee : Union(ApplicationFee, Nil)
- #canceled?
- #canceled_at : Union(Time, Nil)
- #completed?
- #created_at : Time
- #customer(options : Hash | NamedTuple = HS2.new)
- #customer_id : Union(String, Nil)
- #description : String
- #id : String
- #interval : String
- #mandate_id : Union(String, Nil)
- #metadata : Union(HSBFIS, Nil)
- #method : Union(String, Nil)
- #mode : String
- #next_payment_date : Union(String, Nil)
- #payments(options : Hash | NamedTuple = HS2.new)
- #pending?
- #start_date : String
- #status : String
- #suspended?
- #times : Int32
- #times_remaining : Int32
- #webhook_url : String