Sha256: affff36f307d98e80a76c54d3e36f9a082d97436aaa57aa16dc608ac24a9e23a
Contents?: true
Size: 702 Bytes
Versions: 3
Compression:
Stored size: 702 Bytes
Contents
module Cobrato module Entities class ChargeTemplate < Base attribute :id, Integer attribute :name, String attribute :charged_amount, Decimal attribute :document_kind, String attribute :charge_config_id, Integer attribute :instructions, String attribute :demonstrative, String attribute :registrable, Boolean attribute :auto_send_billet, Boolean attribute :interest_amount_per_month, Decimal attribute :mulct_type, String attribute :mulct_value, Decimal end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cobrato-client-0.15.0 | lib/cobrato/entities/charge_template.rb |
cobrato-client-0.14.0 | lib/cobrato/entities/charge_template.rb |
cobrato-client-0.13.0 | lib/cobrato/entities/charge_template.rb |