PaymentType
public enum PaymentType : String, Codable
It determines which type of payment operation will be executed by the Gateway.
-
Automatic.
Declaration
Swift
case auto = "Auto"
-
Domestic.
Declaration
Swift
case domestic = "Domestic"
-
Domestic scheduled.
Declaration
Swift
case domesticScheduled = "DomesticScheduled"
-
International.
Declaration
Swift
case international = "International"
-
International scheduled.
Declaration
Swift
case internationalScheduled = "InternationalScheduled"