Method: LockstepSdk::InvoiceLineSyncModel#exemption_code

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

#exemption_codeString

Returns If this line is tax exempt, this code indicates the reason for the exemption.

Returns:

  • (String)

    If this line is tax exempt, this code indicates the reason for the exemption.



129
130
131
# File 'lib/lockstep_sdk/models/invoice_line_sync_model.rb', line 129

def exemption_code
  @exemption_code
end