Sha256: 18a5cbf97293088de1f103b3ab68d311d1f23a6aee28ff6b74d3b61d0abc5907

Contents?: true

Size: 734 Bytes

Versions: 5

Compression:

Stored size: 734 Bytes

Contents

module Billimatic
  module Entities
    class Plan < Base
      attribute :id, Integer
      attribute :name, String
      attribute :description, String
      attribute :price, Decimal
      attribute :billing_period, Integer
      attribute :translated_billing_period, String
      attribute :has_trial, Boolean
      attribute :trial_period, Integer
      attribute :redirect_url, String
      attribute :features, Array[PlanFeature]
      attribute :emites_service_values_id, Integer
      attribute :cobrato_billet_charge_config_id, Integer
      attribute :finance_category, String
      attribute :finance_revenue_center, String
      attribute :created_at, DateTime
      attribute :products, Array[Product]
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
billimatic-client-0.5.0 lib/billimatic/entities/plan.rb
billimatic-client-0.4.0 lib/billimatic/entities/plan.rb
billimatic-client-0.3.0 lib/billimatic/entities/plan.rb
billimatic-client-0.2.1 lib/billimatic/entities/plan.rb
billimatic-client-0.1.2 lib/billimatic/entities/plan.rb