Environment

@objc(Checkout3DSEnvironment)
public enum Environment : Int, Equatable, CaseIterable

An environment that specifies which endpoint to connect to during the 3DS flow.

  • A case for environment which connects to sandbox.

    Declaration

    Swift

    case sandbox
  • A case for environment which connects to production.

    Declaration

    Swift

    case production