Sha256: fd4403da4d9a3eef3deaef4ac3f1e384a91bcc53d82651c81724bb5b208a4e80

Contents?: true

Size: 973 Bytes

Versions: 11

Compression:

Stored size: 973 Bytes

Contents

module Billimatic
  module Entities
    class Contract < Base
      attribute :id, Integer
      attribute :name, String
      attribute :title, String
      attribute :token, String
      attribute :description, String
      attribute :customer_id, Integer
      attribute :customer_type, String
      attribute :supplier_id, Integer
      attribute :supplier_type, String
      attribute :state, String
      attribute :comments, String
      attribute :init_date, Date
      attribute :end_date, Date
      attribute :created_at, DateTime
      attribute :kind, String
      attribute :registration_method, String
      attribute :overdue, Boolean
      attribute :valid_until, Date
      attribute :status, String
      attribute :cancel_date, Date
      attribute :cancel_reason, String
      attribute :cobrato_payment_gateway_charge_config_id, Integer
      attribute :cobrato_payment_gateway_charge_config_name, String
      attribute :plan, Plan
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
billimatic-client-0.22.0 lib/billimatic/entities/contract.rb
billimatic-client-0.21.0 lib/billimatic/entities/contract.rb
billimatic-client-0.20.0 lib/billimatic/entities/contract.rb
billimatic-client-0.19.1 lib/billimatic/entities/contract.rb
billimatic-client-0.19.0 lib/billimatic/entities/contract.rb
billimatic-client-0.18.1 lib/billimatic/entities/contract.rb
billimatic-client-0.18.0 lib/billimatic/entities/contract.rb
billimatic-client-0.17.0 lib/billimatic/entities/contract.rb
billimatic-client-0.16.0 lib/billimatic/entities/contract.rb
billimatic-client-0.15.0 lib/billimatic/entities/contract.rb
billimatic-client-0.14.1 lib/billimatic/entities/contract.rb