abstract struct Mollie::Base::Line
- Mollie::Base::Line
- Mollie::Base::Resource
- Struct
- Value
- Object
Included Modules
Direct Known Subclasses
Defined in:
mollie/base/line.crConstructors
Instance Method Summary
- #amount_canceled : Union(Amount, Nil)
- #amount_refunded : Union(Amount, Nil)
- #amount_shipped : Union(Amount, Nil)
- #cancelable?
- #cancelable_quantity : Union(Int32, Nil)
- #created_at : Time
- #discount_amount : Union(Amount, Nil)
- #discounted?
- #id : String
- #image_url
- #is_cancelable : Union(Bool, Nil)
- #metadata : Union(HSBFIS, Nil)
- #name : String
- #order_id : String
- #product_url
- #quantity : Int32
- #quantity_canceled : Int32
- #quantity_refunded : Int32
- #quantity_shipped : Int32
- #refundable?
- #refundable_quantity : Int32
- #shippable?
- #shippable_quantity : Int32
- #sku : String
- #status : String
- #total_amount : Amount
- #type : String
- #unit_price : Amount
- #vat_amount : Amount
- #vat_rate : String