Method: LockstepSdk::PaymentAppliedSyncModel#payment_erp_key
- Defined in:
- lib/lockstep_sdk/models/payment_applied_sync_model.rb
#payment_erp_key ⇒ String
Returns This field indicates which Payment was used to provide the funds for this payment application. In this field, identify the original primary key or unique ID of the Payment that was used for this payment application. This information lets you track how an invoice was paid. You can identify what proportion of an payment’s balance was paid by which methods by joining this field to the Payment. This value should match the [Payment ErpKey](developer.lockstep.io/docs/importing-payments#erpkey) field on the [PaymentSyncModel](developer.lockstep.io/docs/importing-payments).
59 60 61 |
# File 'lib/lockstep_sdk/models/payment_applied_sync_model.rb', line 59 def payment_erp_key @payment_erp_key end |