Method |
Description |
|
canCompleteOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean |
|
|
canShipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) : boolean |
|
|
cancelOrder ( ) |
|
|
completeOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) |
|
|
countItems ( ) : integer |
|
|
deleteOrder ( ) |
|
|
getIpAddressAssigned ( ) : string |
|
|
getItemCode ( string $itemName ) : string |
|
|
getItemDiscount ( string $itemName ) : string |
|
|
getItemDiscountedUnitPrice ( string $itemName ) : string |
|
|
getItemQuantity ( string $itemName ) : string |
|
|
getItemSubtotal ( string $itemName ) : string |
|
|
getItemTax ( string $itemName ) : string |
|
|
getItemTotal ( string $itemName ) : string |
|
|
getItemUnitPrice ( string $itemName ) : string |
|
|
getItemsTotal ( ) : string |
|
|
getOrderCurrency ( ) : string |
|
|
getOrderState ( ) : string |
|
|
getPaymentAmount ( ) : string |
|
|
getPaymentState ( ) : string |
|
|
getPaymentsCount ( ) : integer |
|
|
getPromotionTotal ( ) : string |
|
|
getShippingTotal ( ) : string |
|
|
getTaxTotal ( ) : string |
|
|
getTotal ( ) : string |
|
|
hasBillingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean |
|
|
hasBillingProvinceName ( string $provinceName ) : boolean |
|
|
hasCancelButton ( ) : boolean |
|
|
hasCustomer ( string $customerName ) |
|
|
hasNote ( string $note ) : boolean |
|
|
hasPayment ( string $paymentMethodName ) : boolean |
|
|
hasPromotionDiscount ( string $promotionDiscount ) : boolean |
|
|
hasShipment ( string $shippingMethodName ) : boolean |
|
|
hasShippingAddress ( string $customerName, string $street, string $postcode, string $city, string $countryName ) : boolean |
|
|
hasShippingCharge ( string $shippingCharge ) : boolean |
|
|
hasShippingProvinceName ( string $provinceName ) : boolean |
|
|
hasTax ( string $tax ) : boolean |
|
|
isProductInTheList ( string $productName ) : boolean |
|
|
refundOrderLastPayment ( Sylius\Component\Core\Model\OrderInterface $order ) |
|
|
shipOrder ( Sylius\Component\Core\Model\OrderInterface $order ) |
|
|
specifyTrackingCode ( string $code ) |
|
|