Module: Square::Types::TransactionProduct

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

Constant Summary collapse

REGISTER =
"REGISTER"
EXTERNAL_API =
"EXTERNAL_API"
BILLING =
"BILLING"
APPOINTMENTS =
"APPOINTMENTS"
INVOICES =
"INVOICES"
ONLINE_STORE =
"ONLINE_STORE"
PAYROLL =
"PAYROLL"
OTHER =
"OTHER"

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