PayNow

CheckoutLineDTO

idstringRequired
The ID of the Checkout line
metadataobjectRequired
Metadata associated with the Checkout Line
product_idstringRequired
The Product Flake ID of the Checkout Line
product_version_idstringRequired
The Product Version Flake ID of the Checkout Line
Example
{
  "id": "411486491630370816",
  "product_id": "411486491630370816",
  "product_version_id": "411486491630370816",
  "metadata": {}
}