Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
core
/
lib
/
mollie
/
src
/
Types
:
OrderLineType.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Mollie\Api\Types; class OrderLineType { const TYPE_PHYSICAL = 'physical'; const TYPE_DISCOUNT = 'discount'; const TYPE_DIGITAL = 'digital'; const TYPE_SHIPPING_FEE = 'shipping_fee'; const TYPE_STORE_CREDIT = 'store_credit'; const TYPE_GIFT_CARD = 'gift_card'; const TYPE_SURCHARGE = 'surcharge'; }