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-0.23.0.beta8 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta7 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta6 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta5 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta4 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta3 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta2 lib/cobrato/entities/charge_template.rb
cobrato-client-0.23.0.beta1 lib/cobrato/entities/charge_template.rb
cobrato-client-0.22.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.21.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.20.0 lib/cobrato/entities/charge_template.rb
cobrato-client-0.19.0 lib/cobrato/entities/charge_template.rb