Class: Asdawqw::PaymentGatewaysTypeEnum

Inherits:
Object
  • Object
show all
Defined in:
lib/asdawqw/models/payment_gateways_type_enum.rb

Overview

Payment Gateways Type Enum.

Constant Summary collapse

PAYMENT_GATEWAYS_TYPE_ENUM =
[
  # TODO: Write general description for PAYPAL
  PAYPAL = 'PAYPAL'.freeze,

  # TODO: Write general description for AUTHORIZE_NET
  AUTHORIZE_NET = 'AUTHORIZE_NET'.freeze,

  # TODO: Write general description for BRIDGE_PAY
  BRIDGE_PAY = 'BRIDGE_PAY'.freeze,

  # TODO: Write general description for PAY_BOX
  PAY_BOX = 'PAY_BOX'.freeze,

  # TODO: Write general description for DIBS
  DIBS = 'DIBS'.freeze,

  # TODO: Write general description for O_GONE
  O_GONE = 'O_GONE'.freeze,

  # TODO: Write general description for DOC_DATA
  DOC_DATA = 'DOC_DATA'.freeze,

  # TODO: Write general description for PAY_GATE
  PAY_GATE = 'PAY_GATE'.freeze
].freeze