Class: LedgerSync::NetSuite::JournalEntry::Operations::Update

Inherits:
Operation::Update show all
Defined in:
lib/ledger_sync/netsuite/journal_entry/operations/update.rb

Defined Under Namespace

Classes: Contract

Instance Method Summary collapse

Methods included from Operation::Mixin

included

Instance Method Details

#request_paramsObject



21
22
23
# File 'lib/ledger_sync/netsuite/journal_entry/operations/update.rb', line 21

def request_params
  super.merge({ replace: 'line' })
end