class IronBank::Resources::Account

A Zuora account is used for billing purposes: it holds many subscriptions, has many contacts (but only one bill to and one sold to contact), can have a default payment method, hence auto-pay can be activated for this account or not, is billed invoices and can pay them using an electronic payment method (usually a credit card, but PayPal is also accepted by Zuora).

Public Instance Methods

root() click to toggle source
# File lib/iron_bank/resources/account.rb, line 48
def root
  parent ? parent.root : self
end
ultimate_parent() click to toggle source
# File lib/iron_bank/resources/account.rb, line 44
def ultimate_parent
  root if parent
end