IPWorks OFX 2020 Python Edition

Questions / Feedback?

closing_detail_total_debit Property

Total of debit posted on the account for this statement (period indicated by DateStart and DateEnd ).

Syntax

def get_closing_detail_total_debit(closing_detail_index: int) -> str: ...

Default Value

""

Remarks

Total of debit posted on the account for this statement (period indicated by closing_detail_date_start and closing_detail_date_end).

In a bank statement (checking, savings or money market account), this represents total of checks and debits, including fees. In a credit card statement, this represents total of payments and credits.

The closing_detail_index parameter specifies the index of the item in the array. The size of the array is controlled by the closing_detail_count property.

This property is read-only.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 Python Edition - Version 20.0 [Build 7941]