IPWorks OFX 2020 C++ Builder Edition

Questions / Feedback?

PaymentFromAccountType Property

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

Syntax

__property TiboBillPaymentPaymentFromAccountTypes PaymentFromAccountType = { read=FPaymentFromAccountType, write=FSetPaymentFromAccountType };
enum TiboBillPaymentPaymentFromAccountTypes { atChecking=0, atSavings=1, atMoneyMarket=2, atLineOfCredit=3, atCreditCard=4 };

Default Value

atChecking

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 PayBill or ModifyPayment methods are called).

This property uses the following four values:

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

This property is not available at design time.

Data Type

Integer

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