E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

customerPhone (property)

Customer's phone number.

Syntax

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

Default Value

""

Remarks

Customer's phone number. This optional property contains the customer's phone number.

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