Module: Printavo::Enums::StatusType

Defined in:
lib/printavo/enums/status_type.rb

Overview

Which order type a Status applies to.

Constant Summary collapse

INVOICE =
'INVOICE'
QUOTE =
'QUOTE'
ALL =
[INVOICE, QUOTE].freeze