Module: Candid::Invoices::V2::Types::InvoiceStatus

Extended by:
Candid::Internal::Types::Enum
Defined in:
lib/candid/invoices/v_2/types/invoice_status.rb

Constant Summary collapse

DRAFT =
"DRAFT"
OPEN =
"OPEN"
"PAID"
VOID =
"VOID"
UNCOLLECTIBLE =
"UNCOLLECTIBLE"
HELD =
"HELD"

Method Summary

Methods included from Candid::Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Candid::Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Candid::Internal::JSON::Serializable

#dump, #load