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