class Agris::Api::AccountsReceivables::Invoice::GeneralLedgerDetail

Constants

ATTRIBUTE_NAMES

Public Class Methods

new(hash = {}) click to toggle source
Calls superclass method
# File lib/agris/api/accounts_receivables/invoice.rb, line 209
def initialize(hash = {})
  super(hash)

  @record_type = 'ACRI2'
end