Method: LockstepSdk::InvoiceModel#terms_code
- Defined in:
- lib/lockstep_sdk/models/invoice_model.rb
#terms_code ⇒ String
Returns A code identifying the terms given to the purchaser. This field is imported directly from the originating financial system and does not follow a specified format.
134 135 136 |
# File 'lib/lockstep_sdk/models/invoice_model.rb', line 134 def terms_code @terms_code end |