OPPYooKassaStatus

@objc
public enum OPPYooKassaStatus : Int

Enumeration of possible statuses of YooKassa payment.

  • Payment is successfully completed.

    Declaration

    Swift

    case succeeded = 0
  • Payment is created, waiting for user confirmation.

    Declaration

    Swift

    case pending = 1
  • Payment is made, funds are authorized and waiting for capture.

    Declaration

    Swift

    case waitingForCapture = 2
  • Payment is canceled.

    Declaration

    Swift

    case canceled = 3
  • Status is not defined.

    Declaration

    Swift

    case undefined = 4