PaymentDevice

@objcMembers
public class PaymentDevice : NSObject, Codable

Holds data about a payment device.

  • The serial number of the payment device.

    Declaration

    Swift

    public private(set) var serialNumber: String { get }