Hierarchy

  • IProductPrice

Properties

currency: string
is_tax_included: number
price: string | number
tax?: {
    created_at: number;
    id: number;
    is_active: number;
    name: string;
    rate: number;
    updated_at: number;
}

Type declaration

  • created_at: number
  • id: number
  • is_active: number
  • name: string
  • rate: number
  • updated_at: number
tax_id: number

Generated using TypeDoc