Payment Property

Identifies the payment to be scheduled or modified.

Syntax

public PaymentDetail Payment { get; set; }
Public Property Payment As PaymentDetail

Remarks

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

The following fields 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 .NET Edition - Version 20.0 [Build 7941]