Sha256: adcb2011c06a69460b3844a081abd259248bebd1dc06980feb872a78a52871a0
Contents?: true
Size: 505 Bytes
Versions: 2
Compression:
Stored size: 505 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 batch_notify_resend_b @_batch_notify_resend_b ||= %w[] end end # module ErrorCode end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rock_fintech-0.17.0 | lib/rock_fintech/http/error_code/batch.rb |
rock_fintech-0.16.0 | lib/rock_fintech/http/error_code/batch.rb |