Module: EInvoiceAPI::Models::Allowance::TaxCode

Extended by:
Internal::Type::Enum
Defined in:
lib/e_invoice_api/models/allowance.rb,
sig/e_invoice_api/models/allowance.rbs

Overview

The VAT category code that applies to the allowance

See Also:

  • EInvoiceAPI::Models::Allowance#tax_code

Constant Summary collapse

AE =

Returns:

  • (:AE)
:AE
E =

Returns:

  • (:E)
:E
S =

Returns:

  • (:S)
:S
Z =

Returns:

  • (:Z)
:Z
G =

Returns:

  • (:G)
:G
O =

Returns:

  • (:O)
:O
K =

Returns:

  • (:K)
:K
L =

Returns:

  • (:L)
:L
M =

Returns:

  • (:M)
:M
B =

Returns:

  • (:B)
:B

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/e_invoice_api/models/allowance.rb', line 119

Instance Method Details

#self?.values::Array[EInvoiceAPI::Models::Allowance::tax_code]

Returns:

  • (::Array[EInvoiceAPI::Models::Allowance::tax_code])


116
# File 'sig/e_invoice_api/models/allowance.rbs', line 116

def self?.values: -> ::Array[EInvoiceAPI::Models::Allowance::tax_code]