Sha256: e4fa2e3eb6e501fd0ca056d51adfc42026ee858493be63f105c3900ad23f588e
Contents?: true
Size: 1.68 KB
Versions: 4
Compression:
Stored size: 1.68 KB
Contents
# # Ruby classes automatically generated from java classes-- don't edit # module Killbill module Plugin module Model class Account include com.ning.billing.account.api.Account attr_reader :id, :blocking_state, :created_date, :updated_date, :external_key, :name, :first_name_length, :email, :bill_cycle_day_local, :currency, :payment_method_id, :time_zone, :locale, :address1, :address2, :company_name, :city, :state_or_province, :postal_code, :country, :phone, :is_migrated, :is_notified_for_invoices def initialize(id, blocking_state, created_date, updated_date, external_key, name, first_name_length, email, bill_cycle_day_local, currency, payment_method_id, time_zone, locale, address1, address2, company_name, city, state_or_province, postal_code, country, phone, is_migrated, is_notified_for_invoices) @id = id @blocking_state = blocking_state @created_date = created_date @updated_date = updated_date @external_key = external_key @name = name @first_name_length = first_name_length @email = email @bill_cycle_day_local = bill_cycle_day_local @currency = currency @payment_method_id = payment_method_id @time_zone = time_zone @locale = locale @address1 = address1 @address2 = address2 @company_name = company_name @city = city @state_or_province = state_or_province @postal_code = postal_code @country = country @phone = phone @is_migrated = is_migrated @is_notified_for_invoices = is_notified_for_invoices end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
killbill-1.0.19 | lib/killbill/gen/account.rb |
killbill-1.0.18 | lib/killbill/gen/account.rb |
killbill-1.0.17 | lib/killbill/gen/account.rb |
killbill-1.0.16 | lib/killbill/gen/account.rb |