E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

customerLastName (property)

Customer's last name.

Syntax

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

Default Value

""

Remarks

Customer's last name. This property contains the customer's last name as it appears on their credit card.

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