Sha256: 7905111210505db3088059b111915d1eadb5712e82d37b4f44189b4ca47ec753
Contents?: true
Size: 931 Bytes
Versions: 5
Compression:
Stored size: 931 Bytes
Contents
module Billimatic module Entities class InvoiceRule < Base attribute :id, Integer attribute :gross_value, Decimal attribute :description, String attribute :nfe_body, String attribute :customer_id, Integer attribute :customer_type, String attribute :emites_service_values_id, Integer attribute :emites_service_value_name, String attribute :finance_category, String attribute :finance_revenue_center, String attribute :finance_receive_via, String attribute :cobrato_charge_config_id, Integer attribute :cobrato_charge_config_name, String attribute :cobrato_charge_template_id, Integer attribute :cobrato_charge_template_name, String attribute :services, Array[Service] attribute :additional_information, Hash attribute :scheduled_update, Hash attribute :receivables_additional_information, Hash end end end
Version data entries
5 entries across 5 versions & 1 rubygems