Skip to content

Latest commit

 

History

History
executable file
·
32 lines (17 loc) · 431 Bytes

File metadata and controls

executable file
·
32 lines (17 loc) · 431 Bytes

ClientDeductions

(client_deductions)

Available Operations

  • list - List deductions

list

List deductions

Example Usage

import wingspan


s = wingspan.Wingspan()


res = s.client_deductions.list()

if res.deduction_responses is not None:
    # handle response
    pass

Response

operations.ListClientDeductionsResponse