OFXResponse Property

The current OFX response aggregate.

Object Oriented Interface

public function getOFXResponse();
public function setOFXResponse($value);

Procedural Interface

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

Default Value

''

Remarks

This can be used especially for debugging purposes. This can also be used to parse an OFX Response. To do so, you can set the OFX Response data (in string format) to OFXResponse. Once set, the supplied OFX data will be parsed and will populate the same read-only properties that ReadOFXDataFile does.

This property is not available at design time.

Data Type

String

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