Sha256: 5adc8d6d912b7239536a5c9b0b293e865317b68d8d18cb9e9a9005c99764068c

Contents?: true

Size: 1.55 KB

Versions: 6

Compression:

Stored size: 1.55 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
      attribute :available_charge_types,    Array

      # 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
      attribute :writing_off_deadline,      Integer

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cobrato-client-1.0.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.27.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.26.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.25.0 lib/cobrato/entities/charge_config.rb
cobrato-client-0.24.1 lib/cobrato/entities/charge_config.rb
cobrato-client-0.24.0 lib/cobrato/entities/charge_config.rb