Module: Braintree::Transaction::AdditionalCharge
- Defined in:
- lib/braintree/transaction.rb
Constant Summary collapse
- Restaurant =
"restaurant"
- GiftShop =
"gift_shop"
- MiniBar =
"mini_bar"
- Telephone =
"telephone"
- Laundry =
"laundry"
- Other =
"other"
- All =
constants.map { |c| const_get(c) }