SourceType

@objc
public enum SourceType : Int

Source type.

  • Card present.

    Declaration

    Swift

    case cardPresent
  • Card not present.

    Declaration

    Swift

    case cardNotPresent
  • Other.

    Declaration

    Swift

    case null
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public init(from decoder: Decoder) throws

    Parameters

    encoder

    Encoder.