| Module | Braintree::Subscription::Status |
| In: |
lib/braintree/subscription.rb
|
| Active | = | 'Active' |
| Canceled | = | 'Canceled' |
| Expired | = | 'Expired' |
| PastDue | = | 'Past Due' |
| Pending | = | 'Pending' |
| All | = | constants.map { |c| const_get(c) } |