{"title":"Register Shift Total Object Reference","slug":"register-shift-total-object-reference","url":"https://support.storeconnect.com/articles/register-shift-total-object-reference","url_markdown":"https://support.storeconnect.com/articles/register-shift-total-object-reference.md","subtitle":null,"summary":"Register_Shift_Total__c is the total payments received for a given payment method during the shift.","type":"Developer_Documentation","video_url":"","keywords":"salesforce, object reference, Register Shift Total, s_c__Register_Shift_Total__c, API name, POS shift totals, payment method totals, counted amount, expected amount, shift close, cash total, card total, payment reconciliation","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Overview\n\nRegister_Shift_Total__c is the total payments received for a given payment method during the shift.\n\n| Property | Value |\n|----------|-------|\n| **API Name** | `s_c__Register_Shift_Total__c` |\n| **Label** | Register Shift Total |\n| **Plural Label** | Register Shift Total |\n| **Type** | Custom Object |\n\n## Fields\n\n| Field Label | API Name | Type | Required | Description |\n|-------------|----------|------|----------|-------------|\n| Counted | `s_c__Amount__c` | Currency(18,2) | No | The total amount counted for this payment method at shift close. |\n| Expected | `s_c__Expected__c` | Currency(18,2) | No | Expected total for this payment method, calculated from order data. |\n| Method | `s_c__Method__c` | Picklist | No | The name of the Payment method (e.g. \"CASH\"). Allowed values: cash, card, cheque, bank, voucher. |\n| Register Shift | `s_c__Register_Shift_Id__c` | MasterDetail ([s_c__Register_Shift__c](register-shift-object-reference)) | No | The Register Shift that this payment total belongs to. |\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__Register_Shift_Id__c` | MasterDetail | [s_c__Register_Shift__c](register-shift-object-reference) | Register_Shift_Totals |"}