StringMetadatas

Overview

As described in the LineItems chapter, LineItems can have metadata values retained from CloudBilling purchases. The values of the string metadata are stored in a separate table called StringMetadatas table. Combine this table with the LineItems table to find all the string metadata values associated with a LineItem.

Note that only the string metadata value are stored in a separate table. Since numeric and date metadata are of integer type, storing their values in a separate table doesn’t significantly impact the storage efficiency. A maximum of ten string metadata fields can be synced to the dataset. Users need to select the metadata fields in advance and communicate their decision to CloudBilling. Our consultants ensure the selected fields are synced with the datasets.


Fields

Name Type Description
Key Integer The primary key - StringMetadatas Table.
Value String The value of the associated metadata.
CustomerCode String A unique customer identifier in CloudBilling.

Back to top

Copyright Ⓒ 2011-2025 CloudBilling B.V.