Sha256: 701fd673f539367f6e8c6727c5d7178830c5de112f192d13687482f794d2e21a
Contents?: true
Size: 774 Bytes
Versions: 38
Compression:
Stored size: 774 Bytes
Contents
module ChargeBee class SubscriptionEstimate < Model class ShippingAddress < Model attr_accessor :first_name, :last_name, :email, :company, :phone, :line1, :line2, :line3, :city, :state_code, :state, :country, :zip, :validation_status, :index end class ContractTerm < Model attr_accessor :id, :status, :contract_start, :contract_end, :billing_cycle, :action_at_term_end, :total_contract_value, :total_contract_value_before_tax, :cancellation_cutoff_period, :created_at, :subscription_id, :remaining_billing_cycles end attr_accessor :id, :currency_code, :status, :trial_end_action, :next_billing_at, :pause_date, :resume_date, :shipping_address, :contract_term # OPERATIONS #----------- end # ~SubscriptionEstimate end # ~ChargeBee
Version data entries
38 entries across 38 versions & 1 rubygems