Sha256: d39c119107e7650bd50a7a8adac54f48930dc3bfbdc40be7ad4a26a4c41bd487

Contents?: true

Size: 510 Bytes

Versions: 3

Compression:

Stored size: 510 Bytes

Contents

# coding: utf-8

module RockFintech
  module Http
    module ErrorCode

      def self.batch_payment_b
        @_batch_payment ||= %w[]
      end

      def self.batch_repayment_b
        @_batch_payment ||= %w[RD000195]
      end

      def self.batch_end_credit_b
        @_batch_payment ||= %w[]
      end

      def self.batch_coupon_b
        @_batch_coupon_b ||= %w[]
      end

      def self.batch_notify_resend_b
        @_batch_notify_resend_b ||= %w[]
      end
    end # module ErrorCode
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rock_fintech-0.19.0 lib/rock_fintech/http/error_code/batch.rb
rock_fintech-0.18.4 lib/rock_fintech/http/error_code/batch.rb
rock_fintech-0.18.1 lib/rock_fintech/http/error_code/batch.rb