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
localPKPass
PKPass for the card on the local device, nil if not digitized on local device
remotePKPass
PKPass for the card on remote device, nil if not digitized on remote device