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