(client_deductions)
- list - List deductions
List deductions
import wingspan
s = wingspan.Wingspan()
res = s.client_deductions.list()
if res.deduction_responses is not None:
# handle response
pass(client_deductions)
List deductions
import wingspan
s = wingspan.Wingspan()
res = s.client_deductions.list()
if res.deduction_responses is not None:
# handle response
pass