E-Payment Integrator 2020 Python Edition

Questions / Feedback?

settlement_date Property

The date that the institution that created the file expects settlement.

Syntax

def get_settlement_date() -> str: ...
def set_settlement_date(value: str) -> None: ...

settlement_date = property(get_settlement_date, set_settlement_date)

Default Value

""

Remarks

This property is part of the Cash Letter Control record (type 90), and is in the format YYYYMMDD.

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