IPWorks OFX 2020 Delphi Edition

Questions / Feedback?

Payment Property

Identifies the payment to be scheduled or modified.

Syntax

property Payment: TiboPaymentDetail read get_Payment write set_Payment;

Remarks

This property is required to be provided in a bill payment or modify payment request.

The following properties can be set:

FromBankId (required)
FromAccountId (required)
FromAccountType (required)
ToBankId (optional, but if ToBank information is provided, payee information is required as well)
ToAccountId (optional)
ToAccountType (optional)
Amount (required)
DateDue (required)
Memo (optional)
BillRef (optional)

This must be set to an instance of the PaymentDetail type. See the PaymentDetail type for more information.

This property is not available at design time.

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