Commerce: Order Payment Summary Mapping
After a data stream is deployed, the Commerce starter data bundle automatically maps data from Commerce Cloud to data model objects (DMO)s in Data Cloud. Order Payment Summary data is about one or more payments that have the same payment method applied to a single sales order.
These data mappings relate to the OrderPaymentSummary object included in the Salesforce Commerce connector and how that data connects to DMOs.
DLO Field | DLO Field Data Type | DMO | DMO Field Name |
---|---|---|---|
Id | ID | SalesOrderPaymentSummary | id |
OrderSummaryId | reference | SalesOrderPaymentSummary | SalesOrderId |
CurrencyIsoCode | picklist | SalesOrderPaymentSummary | PaymentAmountCurrency |
Method | string | SalesOrderPaymentSummary | Name |
PaymentMethodId | reference | SalesOrderPaymentSummary | PaymentMethodId |
SystemModstamp | dateTime | SalesOrderPaymentSummary | SystemModstamp |
AuthorizationReversalAmount | currency | SalesOrderPaymentSummary | AuthorizationReversalAmount |
AuthorizationAmount | currency | SalesOrderPaymentSummary | AuthorizationAmount |
CapturedAmount | currency | SalesOrderPaymentSummary | CapturedAmount |
BalanceAmount | currency | SalesOrderPaymentSummary | AvailableToApplyBalanceAmount |