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

Version Path
cobrato-client-1.1.7 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.6 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.5 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.4 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.3 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.2 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.1 lib/cobrato/entities/charge_template.rb
cobrato-client-1.1.0 lib/cobrato/entities/charge_template.rb
cobrato-client-1.0.1 lib/cobrato/entities/charge_template.rb
cobrato-client-1.0.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.27.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.26.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.25.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.24.1 lib/cobrato/entities/charge_template.rb
cobrato-client-0.24.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta12 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta11 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta10 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta9 lib/cobrato/entities/charge_template.rb