Sales Order Payment Summary DMO
Object API Name: std__SalesOrderPaymentSummaryDmo__dlm
Category: Unassigned
Availability: Available in 254 and later versions
Primary Key Field: Id
- SalesOrderId has a FOREIGNKEY relationship with the Sales Order DMO
Idfield. - PaymentMethodId has a FOREIGNKEY relationship with the Payment Method DMO
Idfield.
- AppliedAmount
- AuthorizationAmount
- AuthorizationReversalAmount
- AvailableToApplyBalanceAmount
- CapturedAmount
- cdp_sys_record_currency
- CreatedDate
- CurrencyCode
- DataSourceId
- DataSourceObjectId
- Id
- InternalOrganizationId
- LastModifiedDate
- NameInterfaceField
- PaymentAmount
- PaymentAmountCurrency
- PaymentMethodId
- SalesOrderId
- UnappliedAmount
- Field API Name:
std__AppliedAmount__c - Data Type: DOUBLE
- Description: Total amount that was applied.
- Field API Name:
std__AuthorizationAmount__c - Data Type: DOUBLE
- Description: Amount of the OrderPaymentSummary that is authorized.
- Field API Name:
std__AuthorizationReversalAmount__c - Data Type: DOUBLE
- Description: Total amount that was reversed from the authorized amount.
- Field API Name:
std__AvailableToApplyBalanceAmount__c - Data Type: DOUBLE
- Description: Total balance of all payments associated with this summary object.
- Field API Name:
std__CapturedAmount__c - Data Type: DOUBLE
- Description: Amount of the OrderPaymentSummary that is captured.
- Field API Name:
std__cdp_sys_record_currency__c - Data Type: TEXT
- Description: System-generated metadata field that stores a 3-letter ISO currency code.
- Field API Name:
std__CreatedDate__c - Data Type: DATETIME
- Description: Date and time when this record was created.
- Field API Name:
std__CurrencyCode__c - Data Type: TEXT
- Description: ISO 4217 code identifying the currency used in the transaction or record.
- Field API Name:
std__DataSourceId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__DataSourceObjectId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__Id__c - Data Type: TEXT
- Description: Required. A unique, system-generated identifier for this SalesOrderPaymentSummary record. Maximum size is 36 characters.
- Field API Name:
std__InternalOrganizationId__c - Data Type: TEXT
- Description: A unique, system-generated identifier for this record.
- Field API Name:
std__LastModifiedDate__c - Data Type: DATETIME
- Description: Date and time when a user last modified this record.
- Field API Name:
std__NameInterfaceField__c - Data Type: TEXT
- Description: Name of this record.
- Field API Name:
std__PaymentAmount__c - Data Type: DOUBLE
- Description: The amount from the related Payment, which was applied to the related Sales Order.
- Field API Name:
std__PaymentAmountCurrency__c - Data Type: TEXT
- Description: Alphanumeric string representing the payment amount currency.
- Field API Name:
std__PaymentMethodId__c - Data Type: TEXT
- Description: Required. ID of the payment method associated with this OrderPaymentSummary. Maximum size is 36 characters.
- Field API Name:
std__SalesOrderId__c - Data Type: TEXT
- Description: Required. ID of the OrderSummary associated with the OrderPaymentSummary. Maximum size is 36 characters.
- Field API Name:
std__UnappliedAmount__c - Data Type: DOUBLE
- Description: Total amount that was unapplied.