Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mollie
v2.0.0
Mollie
Amount
AmountValue
Balance
Report
Transaction
Base
ApplicationFee
Capture
Chargeback
Line
Payment
ApplicationFee
Status
Refund
Status
Resource
Subscription
ApplicationFee
Status
Chargeback
Client
Config
Customer
Mandate
Status
Payment
Subscription
Error
HS2
HSBFIS
HSHS2
Invoice
Line
Status
Json
Decimalizer
Serializable
TimeFormatter
Underscorer
Line
Links
List
Method
Fee
Issuer
Type
MethodNotSupportedError
MissingApiKeyError
Mixins
Linkable
Onboarding
Order
Address
Line
Payment
Refund
Shipment
Tracking
Status
Organization
Address
Partner
Payment
Capture
Chargeback
Line
Refund
PaymentLink
Permission
Profile
CategoryCode
Review
Status
Status
Refund
RequestError
Mapper
RequestTimeoutError
ResourceNotFoundError
Sandbox
Balance
Chargeback
Customer
Mandate
Payment
Subscription
Invoice
Method
Onboarding
Order
Line
Payment
Refund
Shipment
Organization
Partner
Payment
Capture
Chargeback
Link
Refund
Permission
Profile
Refund
Settlement
Capture
Chargeback
Payment
Refund
Subscription
Terminal
Settlement
Capture
Chargeback
Item
Rate
Payment
Period
PeriodsHash
Refund
Status
State
Subscription
Terminal
Status
Util
Generated using Crystal 1.16.3
2026-04-06 21:44:51 UTC
struct
Mollie::
Profile::
Review
Mollie::Profile::Review
Mollie::Base::Resource
Struct
Value
Object
Defined in:
mollie/profile.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#pending?
#rejected?
#status
: String
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
]
Instance Method Detail
def
pending?
#
[
View source
]
def
rejected?
#
[
View source
]
def
status
: String
#