Sha256: 69030eaa138aacb2c62d85f664751ceeac2dc1547ae0691e4a8e84f5930b7dca
Contents?: true
Size: 1.46 KB
Versions: 4
Compression:
Stored size: 1.46 KB
Contents
# # Ruby classes automatically generated from java classes-- don't edit # module Killbill module Plugin module Model class AccountData include com.ning.billing.account.api.AccountData attr_reader :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(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) @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