PayByBankEnvironment

public enum PayByBankEnvironment : String

Environments for testing or released applications.

  • Production** environment should be used for released applications.

    Declaration

    Swift

    case production = "Production"
  • Sandbox** environment should be used for testing purposes.

    Declaration

    Swift

    case sandbox = "Sandbox"