SourceChannel
@objc
public enum SourceChannel : Int
Source channel enum.
-
Call centre.
Declaration
Swift
case callCentre -
Internet.
Declaration
Swift
case internet -
Mail order.
Declaration
Swift
case mailOrder -
Manual input of payment.
Declaration
Swift
case moto -
Telephone order.
Declaration
Swift
case telephoneOrder -
Voice response.
Declaration
Swift
case voiceResponse -
Invalid source channel.
Declaration
Swift
case null
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Encodes the contents of the receiver.
Throws
EncodingErrorDeclaration
Swift
public init(from decoder: Decoder) throwsParameters
encoderEncoder.
SourceChannel Enumeration Reference