Enumerations
The following enumerations are available globally.
-
Enum of SDK Errors
See moreDeclaration
Swift
public enum PayByBankError : Error
extension PayByBankError: LocalizedError
-
Status when using open and initiate APIs.
See moreDeclaration
Swift
public enum PayByBankStatus : String, Codable
-
Status of the Bulk Payment Paylink.
See moreDeclaration
Swift
public enum BulkPaymentStatus : String, Codable
-
Distrubution periods about financial report for Datalink.
See moreDeclaration
Swift
public enum DistrubutionPeriod : String, Codable
-
Affordability types about financial report for Datalink.
See moreDeclaration
Swift
public enum AffordabilityType : String, Codable
-
Consent statuses for Datalink.
See moreDeclaration
Swift
public enum ConsentStatus : String, Codable
-
Permissions that determine which data is fetched for Datalink.
See moreDeclaration
Swift
public enum ConsentPermission : String, Codable
-
Period of FrPayment.
See moreDeclaration
Swift
public enum FrPaymentPeriod : Int, Codable
-
Standing order types for FrPayment.
See moreDeclaration
Swift
public enum FrPaymentStandingOrderType : String, Codable
-
Formats of the account identification text.
See moreDeclaration
Swift
public enum PayByBankAccountType : String, Codable
-
Tip options types for Paylink.
See moreDeclaration
Swift
public enum PaylinkTipOptionType : Int, Codable
-
It determines which type of payment operation will be executed by the Gateway.
See moreDeclaration
Swift
public enum PaymentType : String, Codable
-
Status of the Payment Initiation.
See moreDeclaration
Swift
public enum PaymentInitiationStatus : String, Codable
-
Status of the payment.
See moreDeclaration
Swift
public enum PaymentStatus : String, Codable
-
Payment alignments for VRPlink.
See moreDeclaration
Swift
public enum VRPAlignment : String, Codable
-
Status of the VRP flow.
See moreDeclaration
Swift
public enum VRPStatus : String, Codable
-
Enum of API Errors
See moreDeclaration
Swift
public enum NetworkError : Error
extension NetworkError: LocalizedError
-
Configuration for authentication to endpoints.
See moreDeclaration
Swift
public enum PayByBankAuthentication
-
Environments for testing or released applications.
See moreDeclaration
Swift
public enum PayByBankEnvironment : String