Payment_Item__c Object Reference
Field Definitions
| Field Name | Type | Required | Unique | Description |
|---|---|---|---|---|
| Amount__c | Currency(18, 6) | No | No | The amount of this payment item. |
| Order_Item_Id__c | Lookup(OrderItem) | No | No | The order item associated to this payment item. |
| Payment_Id__c | Lookup(Payment__c) | No | No | The payment associated to this item. |
| Points__c | Number(18, 0) | No | No | The points amount of this Payment Item. |
| sC_Id__c | Text | No | Yes | StoreConnect External ID, do not modify in Salesforce |
For more information about how or when to use the above, see our documentation.
Back to Documentation