Enumerations

The following enumerations are available globally.

  • Enum of SDK Errors

    See more

    Declaration

    Swift

    public enum PayByBankError : Error
    extension PayByBankError: LocalizedError

PayByBankStatus

  • Status when using open and initiate APIs.

    See more

    Declaration

    Swift

    public enum PayByBankStatus : String, Codable

BulkPaymentStatus

  • Status of the Bulk Payment Paylink.

    See more

    Declaration

    Swift

    public enum BulkPaymentStatus : String, Codable

DistrubutionPeriod

  • Distrubution periods about financial report for Datalink.

    See more

    Declaration

    Swift

    public enum DistrubutionPeriod : String, Codable

AffordabilityType

  • Affordability types about financial report for Datalink.

    See more

    Declaration

    Swift

    public enum AffordabilityType : String, Codable

ConsentStatus

  • Consent statuses for Datalink.

    See more

    Declaration

    Swift

    public enum ConsentStatus : String, Codable

ConsentPermission

  • Permissions that determine which data is fetched for Datalink.

    See more

    Declaration

    Swift

    public enum ConsentPermission : String, Codable

FrPaymentPeriod

FrPaymentStandingOrderType

PayByBankAccountType

  • Formats of the account identification text.

    See more

    Declaration

    Swift

    public enum PayByBankAccountType : String, Codable

PayByBankCurrency

PaylinkTipOptionType

PaymentType

  • It determines which type of payment operation will be executed by the Gateway.

    See more

    Declaration

    Swift

    public enum PaymentType : String, Codable

PaymentInitiationStatus

PaymentStatus

  • Status of the payment.

    See more

    Declaration

    Swift

    public enum PaymentStatus : String, Codable

VRPReason

  • It determines which reason of payment operation will be executed by the Gateway.

    See more

    Declaration

    Swift

    public enum VRPReason : String, Codable
  • It determines which type of payment operation will be executed by the Gateway.

    See more

    Declaration

    Swift

    public enum VRPType : String, Codable

VRPAlignment

  • Payment alignments for VRPlink.

    See more

    Declaration

    Swift

    public enum VRPAlignment : String, Codable

VRPStatus

  • Status of the VRP flow.

    See more

    Declaration

    Swift

    public enum VRPStatus : String, Codable
  • Enum of API Errors

    See more

    Declaration

    Swift

    public enum NetworkError : Error
    extension NetworkError: LocalizedError
  • Configuration for authentication to endpoints.

    See more

    Declaration

    Swift

    public enum PayByBankAuthentication

PayByBankEnvironment

  • Environments for testing or released applications.

    See more

    Declaration

    Swift

    public enum PayByBankEnvironment : String