Sha256: 826d748f5f2eeb547c9325cd87073593a70a5ab5c413d19aaebe51e543225231

Contents?: true

Size: 1.19 KB

Versions: 5

Compression:

Stored size: 1.19 KB

Contents

module Cobrato
  module Entities
    class ChargeConfig < Base
      attribute :id,                        Integer
      attribute :name,                      String
      attribute :type,                      String
      attribute :status,                    String

      # billet specifics
      attribute :bank_account_id,           Integer
      attribute :portfolio_code,            String
      attribute :agreement_code,            String
      attribute :agreement_code_digit,      String
      attribute :initial_number,            Integer
      attribute :next_number,               Integer
      attribute :end_number,                Integer
      attribute :registered_charges,        Boolean
      attribute :remittance_agreement_code, Integer
      attribute :initial_remittance_number, Integer
      attribute :current_remittance_number, Integer
      attribute :remittance_cnab_pattern,   Integer
      attribute :transmission_code,         String

      # payment gateway specifics
      attribute :gateway_name,              String
      attribute :gateway_id,                String
      attribute :gateway_key,               String
      attribute :use_avs,                   Boolean
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cobrato-client-0.10.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.9.1 lib/cobrato/entities/charge_config.rb
cobrato-client-0.9.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.8.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.7.0 lib/cobrato/entities/charge_config.rb