{"title":"Account Credit Ledger Object Reference","slug":"account-credit-ledger-object-reference","url":"https://support.storeconnect.com/articles/account-credit-ledger-object-reference","url_markdown":"https://support.storeconnect.com/articles/account-credit-ledger-object-reference.md","subtitle":null,"summary":"Acount Credit Ledger entries are a record of all the credit and debit entries against an Account Credit record.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Account Credit Ledger, s_c__Account_Credit_Ledger__c, api","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nAcount Credit Ledger entries are a record of all the credit and debit entries against an Account Credit record.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Account_Credit_Ledger__c` |\n| **Label** | Account Credit Ledger |\n| **Plural Label** | Account Credit Ledgers |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Account Credit | `s_c__Account_Credit_Id__c` | MasterDetail ([s_c__Account_Credit__c](account-credit-object-reference)) | No | The Account Credit record that this Account Credit Ledger entry belongs to |\n| Amount | `s_c__Amount__c` | Currency(18,2) | Yes | The value of this Account Credit Ledger entry |\n| Contact | `s_c__Contact_Id__c` | Lookup ([Contact](contact-object-reference)) | No | The Contact that generated this Account Credit Ledger entry |\n| Entry Type | `s_c__Entry_Type__c` | Picklist | Yes | Indicates what type of entry this is, either: Credit or Debit |\n| Payment | `s_c__Payment_Id__c` | Lookup ([s_c__Payment__c](payment-object-reference)) | No | The Payment record that generated this Account Credit Ledger entry |\n| StoreConnect External ID | `s_c__sC_Id__c` | Text(36) | No | StoreConnect External ID, do not modify in Salesforce |\n\n## Relationships\n\n| Field | Type | Related Object | Relationship Name |\n|-------|------|----------------|-------------------|\n| `s_c__Account_Credit_Id__c` | MasterDetail | [s_c__Account_Credit__c](account-credit-object-reference) | Account_Credit_Ledgers |\n| `s_c__Contact_Id__c` | Lookup | [Contact](contact-object-reference) | Account_Credit_Ledgers |\n| `s_c__Payment_Id__c` | Lookup | [s_c__Payment__c](payment-object-reference) | Account_Credit_Ledgers |"}