SetCardPinRequest

public struct SetCardPinRequest : Encodable

Set card pin request model.

  • pin

    The numbers of the pin. The required number of digits depends on your issued card configuration.

    Declaration

    Swift

    public var pin: String
  • Auxiliary constructor

    Declaration

    Swift

    public init(pin: String)

    Parameters

    pin

    The numbers of the pin. The required number of digits depends on your issued card configuration.