SAP Commerce Cloud · Schema

PaymentDetailsList

B2BB2CCommerceCustomer ExperienceEcommerceOmnichannelRetail

Properties

Name Type Description
payments array
View JSON Schema on GitHub

JSON Schema

sap-commerce-cloud-paymentdetailslist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentDetailsList",
  "title": "PaymentDetailsList",
  "type": "object",
  "properties": {
    "payments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PaymentDetails"
      }
    }
  }
}