Method: LockstepSdk::TransactionDetailModel#transaction_type
- Defined in:
- lib/lockstep_sdk/models/transaction_detail_model.rb
#transaction_type ⇒ String
Returns The type of the transaction detail record. Recognized Invoice types are: * ‘AR Invoice` - Represents an invoice sent by Company to the Customer * `AP Invoice` - Represents an invoice sent by Vendor to the Company * `AR Credit Memo` - Represents a credit memo generated by Company given to Customer * `AP Credit Memo` - Represents a credit memo generated by Vendor given to Company Recognized PaymentType values are: * `AR Payment` - A payment made by a Customer to the Company * `AP Payment` - A payment made by the Company to a Vendor.
71 72 73 |
# File 'lib/lockstep_sdk/models/transaction_detail_model.rb', line 71 def transaction_type @transaction_type end |