struct
Mollie::PaymentLink
- Mollie::PaymentLink
- Mollie::Base::Resource
- Struct
- Value
- Object
Included Modules
Defined in:
mollie/payment_link.crConstructors
Class Method Summary
Instance Method Summary
- #amount : Union(Amount, Nil)
- #archived : Union(Bool, Nil)
- #archived?
- #created_at : Time
- #description : String
- #expires_at : Union(Time, Nil)
- #id : String
- #mode : String
- #paid_at : Union(Time, Nil)
- #payment_link
- #payments(options : Hash | NamedTuple = HS2.new)
- #profile_id : String
- #redirect_url : Union(String, Nil)
- #updated_at : Union(Time, Nil)
- #webhook_url : Union(String, Nil)
Instance methods inherited from module Mollie::Mixins::Linkable
id_from_link(key : Symbol | String)
id_from_link,
id_from_link?(key : Symbol | String)
id_from_link?,
link_for(key : Symbol | String)
link_for,
link_for?(key : Symbol | String)
link_for?,
links : Links
links
Instance methods inherited from struct Mollie::Base::Resource
cancel(data : Hash | NamedTuple = HS2.new, client : Client = Client.instance)
cancel,
delete(data : Hash | NamedTuple = HS2.new, client : Client = Client.instance)
delete,
update(data : Hash | NamedTuple, client : Client = Client.instance)
update
Constructor methods inherited from struct Mollie::Base::Resource
new(pull : JSON::PullParser)new(*, __pull_for_json_serializable pull : JSON::PullParser) new