struct
Mollie::Order
- Mollie::Order
- Mollie::Base::Resource
- Struct
- Value
- Object
Included Modules
Defined in:
mollie/order.crmollie/order/line.cr
mollie/order/payment.cr
mollie/order/refund.cr
mollie/order/shipment.cr
Constructors
Instance Method Summary
- #amount : Amount
- #amount_captured : Union(Amount, Nil)
- #amount_refunded : Union(Amount, Nil)
- #authorized?
- #authorized_at : Union(Time, Nil)
- #billing_address : Address
- #cancel_url : Union(String, Nil)
- #cancelable?
- #canceled?
- #canceled_at : Union(Time, Nil)
- #checkout_url
- #completed?
- #completed_at : Union(Time, Nil)
- #consumer_date_of_birth : Union(String, Nil)
- #created?
- #created_at : Time
- #expired?
- #expired_at : Union(Time, Nil)
- #expires_at : Union(Time, Nil)
- #id : String
- #is_cancelable : Union(Bool, Nil)
- #lines : Array(Mollie::Order::Line)
- #locale : String
- #metadata : Union(HSBFIS, Nil)
- #method : Union(String, Nil)
- #mode : String
- #order_number : String
- #paid?
- #paid_at : Union(Time, Nil)
- #payments(options : Hash | NamedTuple = HS2.new)
- #pending?
- #profile_id : String
- #redirect_url : String
- #refund!(options : Hash | NamedTuple = HS2.new)
- #refunds(options : Hash | NamedTuple = HS2.new)
- #shipments(options : Hash | NamedTuple = HS2.new)
- #shipping?
- #shipping_address : Address
- #shopper_country_must_match_billing_country : Bool
- #status : String
- #webhook_url : Union(String, Nil)