Libraries
»
braintree/braintree_ruby
(master)
»
Index (T)
»
Braintree
»
Transaction
»
Type
Module: Braintree::Transaction::Type
Defined in:
lib/braintree/transaction.rb
Constant Summary
collapse
Credit =
"
credit
"
Sale =
"
sale
"
All =
constants
.
map
{
|
c
|
const_get
(
c
)
}