E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

cardExpYear (property)

Expiration year of the credit card specified in Number .

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

Expiration year of the credit card specified in CardNumber.

This property contains the expiration date of the customer's credit card. This property must be in the range 0 - 99, or 2000 - 2099. Any date before the year 2000 or after 2099 cannot be specified.

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