E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

payerState (property)

Payer's state or province name.

Syntax

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

Default Value

""

Remarks

Payer's state or province name.

This property is required.

Character length and limitations: 40 single-byte characters.

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