E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 PHP Edition
Questions / Feedback?

CustomerAggregate Property

This property allows you to get or set an XML aggregate built from all of the Customer properties.

Object Oriented Interface

public function getCustomerAggregate();
public function setCustomerAggregate($value);

Procedural Interface

inpay_echeck_get($res, 11 );
inpay_echeck_set($res, 11, $value );

Default Value

''

Remarks

This property allows you to get or set an XML aggregate built from all of the Customer properties. "EPCustomer" is the root element. The Customer properties make up the tags under the root, but without the beginning "Customer". For instance:

<EPCustomer>
  <Address>123 Nowhere Ln.</Address>
	<Address2>Apt 3B.</Address2>
	<City>Beverly Hills</City>	
	...	
</EPCustomer>

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]