Class: QiwiPay::Wpf::SaleOperation

Inherits:
PaymentOperation show all
Defined in:
lib/qiwi-pay/wpf/sale_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

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



12
13
14
# File 'lib/qiwi-pay/wpf/sale_operation.rb', line 12

def self.description
  'Одношаговый сценарий оплаты'
end

.opcodeObject

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



7
8
9
# File 'lib/qiwi-pay/wpf/sale_operation.rb', line 7

def self.opcode
  1
end