Sha256: 917e3bd3b0c444ee2640942ad296192b8214dd33701404b371c614f40f4dd0fc
Contents?: true
Size: 400 Bytes
Versions: 24
Compression:
Stored size: 400 Bytes
Contents
module GoTransverseTractApi module Product class OneTimeProductPrice < ProductPrice class << self # # @param {Boolean} charge_during_renewal # def find_by_charge_during_renewal charge_during_renewal GoTransverseTractApi.get_response_for(self, {charge_during_renewal: charge_during_renewal}) end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems