Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/Shopping/services/store/Pricing

Index

Variables

Variables

default: { actions: { getPricing: any }; getters: { isZeroOrder: ((state: any) => boolean); pricing: ((state: any) => any) }; mutations: {}; state: { error: null; loading: string; pricing: { amount: number; amount_payable: number; coupon_amount: number; shipping_fee: number } } }

Type declaration

  • actions: { getPricing: any }
  • getters: { isZeroOrder: ((state: any) => boolean); pricing: ((state: any) => any) }
    • isZeroOrder: ((state: any) => boolean)
        • (state: any): boolean
        • Parameters

          • state: any

          Returns boolean

    • pricing: ((state: any) => any)
        • (state: any): any
        • Parameters

          • state: any

          Returns any

  • mutations: {}
    • state: { error: null; loading: string; pricing: { amount: number; amount_payable: number; coupon_amount: number; shipping_fee: number } }
      • error: null
      • loading: string
      • pricing: { amount: number; amount_payable: number; coupon_amount: number; shipping_fee: number }
        • amount: number
        • amount_payable: number
        • coupon_amount: number
        • shipping_fee: number

    Generated using TypeDoc