Sha256: 2e3c50da9178554c0aa83272ccc39aa4fa8dc0ca6cb71dd4c0fe9fba951fd2cf
Contents?: true
Size: 593 Bytes
Versions: 32
Compression:
Stored size: 593 Bytes
Contents
module GoTransverseTractApi module Product class OneTimeProductPrice < ProductPrice class << self # # @param {Boolean} charge_during_renewal # @param {Hash} options # def find_by_charge_during_renewal charge_during_renewal, options={} return nil unless charge_during_renewal.present? params ||= GoTransverseTractApi::ApiData.new.get_query_params({charge_during_renewal: charge_during_renewal}, options) GoTransverseTractApi.get_response_for(self, params) end end end end end
Version data entries
32 entries across 32 versions & 1 rubygems