Sha256: 031f67f60d94ee5d88fa5adabac6228be4160c841b511e4930fb196d8c3a77ea
Contents?: true
Size: 1.58 KB
Versions: 9
Compression:
Stored size: 1.58 KB
Contents
# == Schema Information # # Table name: billing_informations # # id :integer(4) not null, primary key # billable_id :integer(4) # billable_type :string(255) # first_name :string(128) default(""), not null # last_name :string(128) default(""), not null # address1 :string(512) default(""), not null # address2 :string(512) # city :string(128) default(""), not null # state_id :integer(4) # country_id :integer(4) # postal_code :string(255) default(""), not null # telephone :string(255) default(""), not null # payment_method :string(255) default("CC") # credit_card_type :string(255) # credit_card_last_digits :string(4) # credit_card_expiration :datetime # achname :string(1024) # achrouting :string(1024) # achnumber :string(1024) # achholder :string(1024) # achtype :string(64) # vault_id :string(512) # customer_profile_id :string(512) # customer_payment_profile_id :string(512) # default :boolean(1) # created_at :datetime # updated_at :datetime # name :string(256) # company :string(256) # class BillingInformation < ActiveRecord::Base acts_as_muck_billing_information end
Version data entries
9 entries across 9 versions & 1 rubygems