pricing_schemeThe pricing scheme details.priceobject<money>OptionalThe currency and amount for a financial transaction, such as a balance or payment due.money properties2 propertiescurrency_codestring<currency_code>RequiredThe [three-character ISO-4217 currency code](/api/rest/reference/currency-codes/) that identifies the currency.Match^[\S\s]*$Length3 <= length <= 3valuestringRequiredThe value, which might be:An integer for currencies like `JPY` that are not typically fractional.A decimal fraction for currencies like `TND` that are subdivided into thousandths.For the required number of decimal places for a currency code, see [Currency Codes](/api/rest/reference/currency-codes/).Match^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$Length0 <= length <= 32pricing_modelenumRequiredThe pricing model for the billing cycle.Value in"FIXED" | "VARIABLE" | "AUTO_RELOAD"reload_threshold_amountobject<money>OptionalThe currency and amount for a financial transaction, such as a balance or payment due.money properties2 propertiescurrency_codestring<currency_code>RequiredThe [three-character ISO-4217 currency code](/api/rest/reference/currency-codes/) that identifies the currency.Match^[\S\s]*$Length3 <= length <= 3valuestringRequiredThe value, which might be:An integer for currencies like `JPY` that are not typically fractional.A decimal fraction for currencies like `TND` that are subdivided into thousandths.For the required number of decimal places for a currency code, see [Currency Codes](/api/rest/reference/currency-codes/).Match^((-?[0-9]+)|(-?([0-9]+)?[.][0-9]+))$Length0 <= length <= 32