Module: Square::Types::DisputeReason

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

Constant Summary collapse

AMOUNT_DIFFERS =
"AMOUNT_DIFFERS"
CANCELLED =
"CANCELLED"
DUPLICATE =
"DUPLICATE"
NO_KNOWLEDGE =
"NO_KNOWLEDGE"
NOT_AS_DESCRIBED =
"NOT_AS_DESCRIBED"
NOT_RECEIVED =
"NOT_RECEIVED"
"PAID_BY_OTHER_MEANS"
CUSTOMER_REQUESTS_CREDIT =
"CUSTOMER_REQUESTS_CREDIT"
EMV_LIABILITY_SHIFT =
"EMV_LIABILITY_SHIFT"

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