Module: Braintree::Dispute::ProtectionLevel

Defined in:
lib/braintree/dispute.rb

Constant Summary collapse

EffortlessCBP =
"Effortless Chargeback Protection tool"
StandardCBP =
"Chargeback Protection tool"
NoProtection =
"No Protection"
All =
constants.map { |c| const_get(c) }