TransferToAccountType Property

Type of account where money has to be deposited to.

Object Oriented Interface

public function getTransferToAccountType();
public function setTransferToAccountType($value);

Procedural Interface

ipworksofx_banktransfer_get($res, 53 );
ipworksofx_banktransfer_set($res, 53, $value );

Default Value

0

Remarks

Type of account where money has to be deposited to.

This is required to be provided when initiating or modifying a bank transfer (i.e., when TransferFunds or ModifyTransfer methods are called). If TransferFromAccountType and TransferToAccountType are set to CreditCard, then the TransferFromBankId and TransferToBankId 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)

This property is not available at design time.

Data Type

Integer

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