Module: Square::Types::MeasurementUnitUnitType

Extended by:
Internal::Types::Enum
Defined in:
lib/square/types/measurement_unit_unit_type.rb

Constant Summary collapse

TYPE_CUSTOM =
"TYPE_CUSTOM"
TYPE_AREA =
"TYPE_AREA"
TYPE_LENGTH =
"TYPE_LENGTH"
TYPE_VOLUME =
"TYPE_VOLUME"
TYPE_WEIGHT =
"TYPE_WEIGHT"
TYPE_GENERIC =
"TYPE_GENERIC"

Method Summary

Methods included from Internal::Types::Enum

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

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load