Method: LockstepSdk::AccountingProfileRequest#type

Defined in:
lib/lockstep_sdk/models/accounting_profile_request.rb

#typeString

Returns The type of the accounting profile. Some examples include ‘AR’, ‘AP’, ‘AR+AP’, ‘General Accounting’, ‘Treasury’, ‘Payroll’, ‘Finance’.

Returns:

  • (String)

    The type of the accounting profile. Some examples include ‘AR’, ‘AP’, ‘AR+AP’, ‘General Accounting’, ‘Treasury’, ‘Payroll’, ‘Finance’



73
74
75
# File 'lib/lockstep_sdk/models/accounting_profile_request.rb', line 73

def type
  @type
end