E-Payment Integrator 2020 iOS Edition

Questions / Feedback?

bankAccountHolderName (property)

Account holder's name.

Syntax

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

Default Value

""

Remarks

Account holder's name. This property contains the customer's name as it appears on their account. Many gateways use this property in addition to, or instead of, the Customer Firsts and Last name properties. Note that if this property is not specified, the FullName property from the EPCustomer type will be used instead.

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