Sha256: 30a33c1e6fc4b2a459c90947a5e300c2ca223ac8e63ba050580f86bf4a13ec7e
Contents?: true
Size: 906 Bytes
Versions: 32
Compression:
Stored size: 906 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 attribute :email_sender_name, String attribute :email_subject, String attribute :email_text, String attribute :email_reply_to, String end end end
Version data entries
32 entries across 32 versions & 1 rubygems