VRPType

public enum VRPType : String, Codable

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

  • Sweeping.

    Declaration

    Swift

    case sweeping = "Sweeping"
  • vrp

    Variable Recurring Payment

    Declaration

    Swift

    case vrp = "Vrp"