Module: Square::Types::MeasurementUnitWeight

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

Constant Summary collapse

IMPERIAL_WEIGHT_OUNCE =
"IMPERIAL_WEIGHT_OUNCE"
IMPERIAL_POUND =
"IMPERIAL_POUND"
IMPERIAL_STONE =
"IMPERIAL_STONE"
METRIC_MILLIGRAM =
"METRIC_MILLIGRAM"
METRIC_GRAM =
"METRIC_GRAM"
METRIC_KILOGRAM =
"METRIC_KILOGRAM"

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