IPWorks OFX 2020 Python Edition

Questions / Feedback?

transfer_from_account_type Property

Type of account where the transfer is originating from.

Syntax

def get_transfer_from_account_type() -> int: ...
def set_transfer_from_account_type(value: int) -> None: ...

transfer_from_account_type = property(get_transfer_from_account_type, set_transfer_from_account_type)

Default Value

0

Remarks

Type of account where the transfer is originating from.

This is required to be provided when initiating or modifying a transfer (i.e., when on_transfer_funds or on_modify_transfer methods are called). If transfer_from_account_type and transfer_to_account_type are set to CreditCard, then the transfer_from_bank_id and transfer_to_bank_id are not required to be provided in the request.

This property uses the following values:

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

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