ChipDna Mobile
Loading...
Searching...
No Matches
Properties | List of all members
Merchant Class Reference

Class representing information about a merchant. More...

#import <Merchant.h>

Inherits NSObject.

Properties

NSArray< NSNumber * > * cardSchemes
 
NSArray< NSNumber * > * transactionTypes
 
NSArray< Currency * > * currencies
 
NSString * name
 
NSString * number
 
NSString * categoryCode
 

Detailed Description

Class representing information about a merchant.

Author
Creditcall Ltd

Property Documentation

◆ cardSchemes

- (NSArray<NSNumber *>*) cardSchemes
readnonatomicstrong

The card schemes enabled for this merchant.

◆ categoryCode

- (NSString*) categoryCode
readnonatomicstrong

The merchant category code. Format is IOS 18245.

◆ currencies

- (NSArray<Currency *>*) currencies
readnonatomicstrong

The currencies enabled for this merchant.

◆ name

- (NSString*) name
readnonatomicstrong

The mercahnt name.

◆ number

- (NSString*) number
readnonatomicstrong

The merchant number used for processing.

◆ transactionTypes

- (NSArray<NSNumber *>*) transactionTypes
readnonatomicstrong

The transaction types enabled for this merchant.


The documentation for this class was generated from the following file: