+ Buy credits
+
+ Prepaid credits are drawn down before any pay-as-you-go usage is billed. They don't expire
+ at the end of the billing cycle.
+
+
+
+
+
+
+
+ {#if estimatedCost != null}
+ Billed as {formatCost(estimatedCost)}{credits % billingUnits !== 0
+ ? ` (rounded up to the next ${billingUnits} credits)`
+ : ''}.
+ {:else}
+ Sold in packs of {billingUnits} credits.
+ {/if}
+