lib/moneta/api/requests/verify_transaction_request.rb in moneta-api-1.0.4 vs lib/moneta/api/requests/verify_transaction_request.rb in moneta-api-1.1.0
- old
+ new
@@ -30,10 +30,10 @@
# / If user has access to both accounts, then isPayerAmount flag is obligatory. If isPayerAmount flag is "true", then amount is used as debit amount (in payer's currency). If isPayerAmount flag is "false", then amount is used as credit amount (in payee's currency).
property :is_payer_amount
# @return [Moneta::Api::Types::OperationInfo] Набор полей, которые необходимо использовать в качестве атрибутов операции. Значения дат в формате dd.MM.yyyy HH:mm:ss
# / Key-value pairs that will be used as a transaction attributes. Use format dd.MM.yyyy HH:mm:ss for date values
- property :operation_info, Moneta::Api::Types::OperationInfo
+ property :operation_info, type: Moneta::Api::Types::OperationInfo
# @return [String] Платежный пароль счета плательщика
# / Payment password for payer account
property :payment_password