Open Sidebar
Close Sidebar
mollie
main
Mollie
Amount
AmountValue
Base
ApplicationFee
Capture
Chargeback
Line
Payment
ApplicationFee
Status
Refund
Status
Resource
Subscription
ApplicationFee
Status
Chargeback
Client
Config
Customer
Mandate
Status
Payment
Subscription
Exception
HS2
HSBFIS
HSHS2
Invoice
Line
Status
Json
Decimalizer
Serializable
TimeFormatter
Underscorer
Line
Links
List
Method
Fee
Type
MethodNotSupportedException
MissingApiKeyException
Mixins
Linkable
Onboarding
Order
Address
Line
Refund
Shipment
Tracking
Status
Organization
Address
Payment
Capture
Chargeback
Refund
Permission
Profile
CategoryCode
Review
Status
Status
Refund
RequestException
Mapper
RequestTimeoutException
ResourceNotFoundException
Sandbox
Chargeback
Customer
Mandate
Payment
Subscription
Invoice
Method
Onboarding
Order
Line
Refund
Shipment
Organization
Payment
Capture
Chargeback
Refund
Permission
Profile
Refund
Settlement
Chargeback
Payment
Refund
Subscription
Settlement
Capture
Chargeback
Item
Rate
Payment
Period
PeriodsHash
Refund
Status
State
Subscription
Util
struct
Mollie::
Settlement::
Capture
Mollie::Settlement::Capture
Mollie::Base::Capture
Mollie::Base::Resource
Struct
Value
Object
Defined in:
mollie/settlement/capture.cr
Constructors
.new
(pull : JSON::PullParser)
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
Class methods inherited from struct
Mollie::Base::Resource
all(options : Hash | NamedTuple =
HS2
.new, client : Client =
Client
.instance)
all
,
cancel(id : String, data : Hash | NamedTuple =
HS2
.new, client : Client =
Client
.instance)
cancel
,
create(data : Hash | NamedTuple, options : Hash | NamedTuple =
HS2
.new, client : Client =
Client
.instance)
create
,
delete(id : String, data : Hash | NamedTuple =
HS2
.new, client : Client =
Client
.instance)
delete
,
get(id : String, options : Hash | NamedTuple =
HS2
.new, client : Client =
Client
.instance)
get
,
id_param
id_param
,
parent_param
parent_param
,
resource_name(parent_id : String | Nil =
nil
)
resource_name
,
update(id : String, data : Hash | NamedTuple, client : Client =
Client
.instance)
update
Macros inherited from struct
Mollie::Base::Resource
status_enum_methods
status_enum_methods
Macros inherited from module
Mollie::Json::Serializable
json_field(name, type)
json_field
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]