Class: Buckaruby::RecurrentTransactionResponse

Inherits:
ApiResponse show all
Includes:
TransactionResponse
Defined in:
lib/buckaruby/response.rb

Overview

Response when creating a recurrent transaction.

Instance Attribute Summary

Attributes inherited from Response

#response

Instance Method Summary collapse

Methods included from TransactionResponse

#collect_date, #consumer_bic, #consumer_iban, #consumer_name, #invoicenumber, #mandate_reference, #payment_id, #payment_method, #transaction_id, #transaction_status

Methods inherited from ApiResponse

#initialize

Methods inherited from Response

#additional, #custom, #initialize, #params, #status, #timestamp

Constructor Details

This class inherits a constructor from Buckaruby::ApiResponse

Instance Method Details

#transaction_typeObject



194
195
196
# File 'lib/buckaruby/response.rb', line 194

def transaction_type
  TransactionType::PAYMENT_RECURRENT
end