0
for $10
, 1
for $10.0
, 2
for $10.00
).
.
for $10.00
or Comma ,
for $10,00
).
Ceiling
: Always rounds up to the next whole number (e.g., 4.2
becomes 5
).Floor
: Always rounds down to the previous whole number (e.g., 4.2
becomes 4
).Round to nearest
: Rounds to the closest whole number (e.g., 4.2
≈ 4
, 4.6
≈ 5
).Offering ID
must be pasted into your application’s code where you initialize the ParityDeals SDK or when you render the pricing table component. The ID tells your application which specific Offering (and therefore which pricing table configuration, plans, and pricing) to fetch and display to the end-user.