Sha256: b9da7fa2d6b83f37bf0f76ed5c10e59dfc12ff3e6773884a2aba8d89636447a9
Contents?: true
Size: 825 Bytes
Versions: 2
Compression:
Stored size: 825 Bytes
Contents
module Fastbill module Automatic class Customer < Base include Fastbill::Automatic::Services::Update include Fastbill::Automatic::Services::Delete attr_accessor :customer_number, :country_code, :city, :term, :comment, :changedata_url, :paymill_token, :customer_ext_uid, :customer_type, :organization, :position, :salutation, :first_name, :last_name, :address, :address_2, :zipcode, :phone, :phone_2, :fax, :mobile, :email, :account_receivable, :currency_code, :vat_id, :days_for_payment, :payment_type, :show_payment_notice, :bank_name, :bank_code, :bank_account_number, :bank_account_owner, :newsletter_optin, :language_code attr_reader :customer_id, :dashboard_url, :changedata_url, :status end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastbill-automatic-0.0.4 | lib/fastbill-automatic/customer.rb |
fastbill-automatic-0.0.3 | lib/fastbill-automatic/customer.rb |