E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

payerStatus (property)

Indicates whether the payer is verified or not.

Syntax

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

Default Value

""

Remarks

Indicates whether the payer is verified or not.

Valid values for this property are "verified" or "unverified".

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