E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

cardAggregate (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=cardAggregate,setter=setCardAggregate:) NSString* cardAggregate;
- (NSString*)cardAggregate;
- (void)setCardAggregate:(NSString*)newCardAggregate;
public var cardAggregate: String {
  get {...}
set {...} }

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>

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 iOS Edition - Version 20.0 [Build 7941]