struct
Mollie::Payment::Capture
- Mollie::Payment::Capture
- Mollie::Base::Capture
- Mollie::Base::Resource
- Struct
- Value
- Object
Defined in:
mollie/payment/capture.crConstructors
Instance methods inherited from struct Mollie::Base::Capture
amount : Amount
amount,
created_at : Time
created_at,
id : String
id,
mode : String
mode,
payment(options : Hash | NamedTuple = HS2.new)
payment,
payment_id : String
payment_id,
settlement(options : Hash | NamedTuple = HS2.new)
settlement,
settlement_amount : Union(Amount, Nil)
settlement_amount,
settlement_id : Union(String, Nil)
settlement_id,
shipment(options : Hash | NamedTuple = HS2.new)
shipment,
shipment_id : Union(String, Nil)
shipment_id
Constructor methods inherited from struct Mollie::Base::Capture
new(pull : JSON::PullParser)
new
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