PaymentToAccountType Property

Indicates the type of account to which this payment is sent.

Object Oriented Interface

public function getPaymentToAccountType();
public function setPaymentToAccountType($value);

Procedural Interface

ipworksofx_billpayment_get($res, 52 );
ipworksofx_billpayment_set($res, 52, $value );

Default Value

0

Remarks

Indicates the type of account to which this payment is sent.

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

This property uses the following four values:

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

This is optional, but if it is provided in the request, Payee detailed information is required to be provided as well (by providing payee details, such as name, address, phone, etc.) and not via PayeeId.

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]