Sha256: 14cd3c0903f71534a552588f8ad8af65d2418b7e8d70940fe4726ba4b062aacd
Contents?: true
Size: 501 Bytes
Versions: 14
Compression:
Stored size: 501 Bytes
Contents
module GoTransverseTractApi module Product class OneTimeProductPrice < ProductPrice class << self # # @param {Boolean} charge_during_renewal # @param {String} query_scope (default: 'SHALLOW') # def find_by_charge_during_renewal charge_during_renewal, query_scope=nil GoTransverseTractApi.get_response_for(self, {charge_during_renewal: charge_during_renewal, queryScope: query_scope}) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems