Class: Zuora::Models::Account

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/zuora/models/account.rb

Constant Summary collapse

ATTRIBUTES =
:account_number,
:auto_pay,
:bill_to_contact,
:bill_cycle_day,
:crm_id,
:currency,
:credit_card,
:name,
:hpm_credit_card_payment_method_id,
:notes,
:invoice_template_id,
:communication_profile_id,
:payment_gateway,
:payment_term,
:sold_to_contact,
:subscription

Instance Method Summary collapse

Instance Method Details

#attributesObject



28
29
30
# File 'lib/zuora/models/account.rb', line 28

def attributes
  ATTRIBUTES
end