Payment Installment Object Reference
On this page
Overview
| Property | Value |
|---|---|
| API Name | s_c__Payment_Installment__c |
| Label | Payment Installment |
| Plural Label | Payment Installments |
| Type | Custom Object |
Fields
| Field Label | API Name | Type | Required | Description |
|---|---|---|---|---|
| Amount | s_c__Amount__c |
Currency(18,2) | No | The captured amount for this installment. |
| Api Response | s_c__Api_Response__c |
LongTextArea(131072) | No | [Internal Use] API response returned by the payment gateway for this capture. |
| Payment | s_c__Payment_Id__c |
Lookup (s_c__Payment__c) | No | The pre-authorized payment associated to this capture installment. |
| Status | s_c__Status__c |
Text(255) | No | The status of this capture installment. |
| Transaction Number | s_c__Transaction_Number__c |
Text(255) | No | Transaction reference number from the payment gateway. |
| StoreConnect External ID | s_c__sC_Id__c |
Text(36) | No | StoreConnect External ID, do not modify in Salesforce |
Relationships
| Field | Type | Related Object | Relationship Name |
|---|---|---|---|
s_c__Payment_Id__c |
Lookup | s_c__Payment__c | Payment_Installment_Payment |
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.