VFILoyaltyAccount.h
class VFILoyaltyAccount : public NSObject
- A single record of a loyalty account
Public Functions
virtual nonnull instancetype initWithEntryMode:identificationType:identificationSupport:loyaltyId:additionalLoyaltyData:loyaltyBrand: (nullable NSString *entryMode,[identificationType] nullable NSString *identificationType,[identificationSupport] nullable NSString *identificationSupport,[loyaltyId] nullable NSString *loyaltyId,[additionalLoyaltyData] nullable NSString *additionalLoyaltyData,[loyaltyBrand] nullable NSString *loyaltyBrand)
Public Members
nonatomic
- Entry mode of this loyalty
- Type of identification of this loyalty
- Support of the loyalty account identification
- The main ID of this loyalty
- Base64 encoded additional data associated with this loyalty
- Brand of loyalty
readonly
nullable NSString * entryMode
nullable NSString * identificationType
nullable NSString * identificationSupport
nullable NSString * loyaltyId
nullable NSString * additionalLoyaltyData
nullable NSString * loyaltyBrand
Public Static Functions
static virtual nonnull instancetype LoyaltyAccountWithEntryMode:identificationType:identificationSupport:loyaltyId:additionalLoyaltyData:loyaltyBrand: (nullable NSString *entryMode,[identificationType] nullable NSString *identificationType,[identificationSupport] nullable NSString *identificationSupport,[loyaltyId] nullable NSString *loyaltyId,[additionalLoyaltyData] nullable NSString *additionalLoyaltyData,[loyaltyBrand] nullable NSString *loyaltyBrand)