DaffOrderFacadeInterface

Properties

Name Type Description
loading$ Observable<boolean>
errors$ Observable<DaffStateError[]>
orders$ Observable<T[]>
orderIds$ Observable<T['id'][]>
orderCount$ Observable<number>
orderEntities$ Observable<Dictionary<T>>
placedOrder$ Observable<T>
hasPlacedOrder$ Observable<boolean>
getOrder$ Observable<T>
getTotals$ Observable<T['totals']>
getAppliedCodes$ Observable<T['applied_codes']>
getItems$ Observable<T['items']>
getBillingAddresses$ Observable<T['billing_addresses']>
getShippingAddresses$ Observable<T['shipping_addresses']>
getShipments$ Observable<T['shipments']>
getPayment$ Observable<T['payment']>
getInvoices$ Observable<T['invoices']>
getCredits$ Observable<T['credits']>
getGrandTotal$ Observable<DaffOrderTotal> The specified order's grand total.
getSubtotal$ Observable<DaffOrderTotal> The specified order's subtotal.
getShippingTotal$ Observable<DaffOrderTotal> The specified order's shipping total.
getDiscountTotal$ Observable<DaffOrderTotal> The specified order's discount total.
hasDiscount$ Observable<boolean> Whether the specified order has a discount.
getTaxTotal$ Observable<DaffOrderTotal> The specified order's tax total.
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.