E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

payerStatus (property)

Indicates whether the payer is verified or not.

Syntax

@property (nonatomic,readonly,assign,getter=payerStatus) NSString* payerStatus;
- (NSString*)payerStatus;
public var payerStatus: String {
  get {...}
}

Default Value

""

Remarks

Indicates whether the payer is verified or not.

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

This property is read-only.

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