E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

cardExpYear (property)

This property contains the 4 digit expiration year of the customer's credit card.

Syntax

@property (nonatomic,readwrite,assign,getter=cardExpYear,setter=setCardExpYear:) int cardExpYear;
- (int)cardExpYear;
- (void)setCardExpYear:(int)newCardExpYear;
public var cardExpYear: Int32 {
  get {...}
set {...} }

Default Value

2000

Remarks

This field contains the 4 digit expiration year of the customer's credit card.

This property is required.

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