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

Inherits:
Operation::Update
  • Object
show all
Defined in:
lib/ledger_sync/ledgers/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



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

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