Class: QiwiPay::Wpf::AuthOperation

Inherits:
PaymentOperation show all
Defined in:
lib/qiwi-pay/wpf/auth_operation.rb

Overview

Авторизационный запрос (холдирование средств) в случае двухшагового сценария оплаты

Constant Summary

Constants inherited from PaymentOperation

PaymentOperation::ATTRIBUTES

Class Method Summary collapse

Methods inherited from PaymentOperation

#amount, #callback_url=, #description, #initialize, #opcode, #order_expire=

Constructor Details

This class inherits a constructor from QiwiPay::PaymentOperation

Class Method Details

.descriptionObject

Описание операции



13
14
15
16
# File 'lib/qiwi-pay/wpf/auth_operation.rb', line 13

def self.description
  'Авторизационный запрос (холдирование средств) в случае '\
  'двухшагового сценария оплаты'
end

.opcodeObject

Код операции auth



8
9
10
# File 'lib/qiwi-pay/wpf/auth_operation.rb', line 8

def self.opcode
  3
end