Method: Unit::Fee::ReverseFeeRequest#initialize
- Defined in:
- lib/unit/models/fee/reverse_fee_request.rb
#initialize(account_id, transaction_id, description, tags = nil, idempotency_key = nil) ⇒ ReverseFeeRequest
Returns a new instance of ReverseFeeRequest.
15 16 17 18 19 20 21 |
# File 'lib/unit/models/fee/reverse_fee_request.rb', line 15 def initialize(account_id, transaction_id, description, = nil, idempotency_key = nil) @account_id = account_id @transaction_id = transaction_id @description = description @tags = @idempotency_key = idempotency_key end |