Module: Square::Types::GiftCardActivityType

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

Constant Summary collapse

ACTIVATE =
"ACTIVATE"
LOAD =
"LOAD"
REDEEM =
"REDEEM"
CLEAR_BALANCE =
"CLEAR_BALANCE"
DEACTIVATE =
"DEACTIVATE"
ADJUST_INCREMENT =
"ADJUST_INCREMENT"
ADJUST_DECREMENT =
"ADJUST_DECREMENT"
REFUND =
"REFUND"
UNLINKED_ACTIVITY_REFUND =
"UNLINKED_ACTIVITY_REFUND"
IMPORT =
"IMPORT"
BLOCK =
"BLOCK"
UNBLOCK =
"UNBLOCK"
IMPORT_REVERSAL =
"IMPORT_REVERSAL"
TRANSFER_BALANCE_FROM =
"TRANSFER_BALANCE_FROM"
TRANSFER_BALANCE_TO =
"TRANSFER_BALANCE_TO"

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