Parent

Methods

Class/Module Index [+]

Quicksearch

Braintree::Plan

See www.braintreepayments.com/docs/ruby

Attributes

add_ons[R]
billing_day_of_month[R]
billing_frequency[R]
created_at[R]
currency_iso_code[R]
description[R]
discounts[R]
id[R]
merchant_id[R]
name[R]
number_of_billing_cycles[R]
price[R]
trial_duration[R]
trial_duration_unit[R]
trial_period[R]
updated_at[R]

Public Class Methods

_new(*args) click to toggle source
# File lib/braintree/plan.rb, line 40
def self._new(*args)
  self.new *args
end
all() click to toggle source

See www.braintreepayments.com/docs/ruby/plans/all

# File lib/braintree/plan.rb, line 24
def self.all
  Configuration.gateway.plan.all
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.