E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

taxId (property)

Company's Tax Id or a Customer's Social Security Number.

Syntax

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

Default Value

""

Remarks

This property contains a Company's Tax Id or a Customer's Social Security Number. In the absence of driver's license information, this property may be used by the gateway for fraud screening.

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