E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

cardExpMonth (property)

Expiration month of the credit card specified in Number .

Syntax

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

Default Value

1

Remarks

Expiration month of the credit card specified in CardNumber.

This property contains the expiration date of the customer's credit card, and must be in the range 1 - 12.

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