CardDigitizationResult
@objcMembers
public class CardDigitizationResult : NSObject
Card digitization result details
See also
TPCSDK.getCardDigitizationResult(card:primaryAccountIdentifier:)
-
PKPass for the card on the local device, nil if not digitized on local device
Declaration
Swift
public var localPKPass: PKPass? -
PKPass for the card on remote device, nil if not digitized on remote device
Declaration
Swift
public var remotePKPass: PKPass? -
Constructor for CardDigitizationResult
Declaration
Swift
public init(localPKPass: PKPass?, remotePKPass: PKPass?)Parameters
localPKPassPKPass for the card on the local device, nil if not digitized on local device
remotePKPassPKPass for the card on remote device, nil if not digitized on remote device
CardDigitizationResult Class Reference