CardAggregate Property
This property allows you to get or set an XML aggregate built from all of the Card properties.
Object Oriented Interface
public function getCardAggregate(); public function setCardAggregate($value);
Procedural Interface
inpay_icharge_get($res, 2 ); inpay_icharge_set($res, 2, $value );
Default Value
''
Remarks
This property allows you to get or set an XML aggregate built from all of the Card properties.
"EPCardType" is the root element. The Card properties make up the tags under the root, but
without the beginning "Card". For instance:
<EPCardType> <Number>4444333322221111</Number> <CVV2Data>996</CVV2Data> <CVVIndicator>cvPresent</CVVIndicator> <ExpMonth>12</ExpMonth> <ExpYear>2010</ExpYear> <Type>ctVisa</Type> </EPCardType>
This property is not available at design time.
Data Type
String