Sha256: e49103b95ca17c0c6a70133292869fbffda7e3016dda64e527ac9ae83e160c71

Contents?: true

Size: 1.3 KB

Versions: 5

Compression:

Stored size: 1.3 KB

Contents

module Cobrato
  module Entities
    class ChargeConfig < Base
      attribute :id,                        Integer
      attribute :name,                      String
      attribute :type,                      String
      attribute :status,                    String
      attribute :payee_id,                  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
      attribute :pre_released_billet,       Boolean

      # 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.23.0.beta2 lib/cobrato/entities/charge_config.rb
cobrato-client-0.23.0.beta1 lib/cobrato/entities/charge_config.rb
cobrato-client-0.22.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.21.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.20.0 lib/cobrato/entities/charge_config.rb