Module: ChangeHealth::Extensions::DeductiblesIgnoreSpecialistZero
- Defined in:
- lib/change_health/extensions.rb
Instance Method Summary collapse
Instance Method Details
#deductibles ⇒ Object
16 17 18 |
# File 'lib/change_health/extensions.rb', line 16 def deductibles super.where_not(serviceTypeCodes: '98', benefitAmount: '0') end |