Module: SignwellSDK::Models::V1::DocumentTemplateCreateParams::Field::Value

Extended by:
Internal::Type::Union
Defined in:
lib/signwell_sdk/models/v1/document_template_create_params.rb

Overview

Varies according to the field type. Text fields accept strings or numbers. Date fields accept Iso8601 date strings. CheckBoxes accept booleans. Signature and Initials fields can’t be signed through API requests. Autofill text fields accept strings or numbers.

See Also:

Class Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

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

.variantsArray(String, Boolean, Float)

Returns:

  • (Array(String, Boolean, Float))


# File 'lib/signwell_sdk/models/v1/document_template_create_params.rb', line 592