IPWorks OFX 2020 Python Edition

Questions / Feedback?

payment_from_account_type Property

Indicates the type of account from which the money for this payment is drawn.

Syntax

def get_payment_from_account_type() -> int: ...
def set_payment_from_account_type(value: int) -> None: ...

payment_from_account_type = property(get_payment_from_account_type, set_payment_from_account_type)

Default Value

0

Remarks

Indicates the type of account from which the money for this payment is drawn.

This is required to be provided when a bill payment or payment modification request is sent to the server (i.e., when on_pay_bill or on_modify_payment methods are called).

This property uses the following four values:

  • atChecking (0)
  • atSavings (1)
  • atMoneyMarket (2)
  • atLineOfCredit (3)

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