Record
post-prices-params
No description available.
record post-prices-params {
active: option<bool>,
billing-scheme: option<price-billing-scheme-enum>,
currency: string,
currency-options: option<post-prices-body-currency-options>,
custom-unit-amount: option<post-prices-body-custom-unit-amount>,
expand: option<list<string>>,
lookup-key: option<string>,
metadata: option<post-prices-body-metadata>,
nickname: option<string>,
product: option<string>,
product-data: option<post-prices-body-product-data>,
recurring: option<post-prices-body-recurring>,
tax-behavior: option<price-tax-behavior-enum>,
tiers: option<list<post-prices-body-tiers-item>>,
tiers-mode: option<price-tiers-mode-enum>,
transfer-lookup-key: option<bool>,
transform-quantity: option<post-prices-body-transform-quantity>,
unit-amount: option<s32>,
unit-amount-decimal: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| active | option<bool> | |
| billing-scheme | option<price-billing-scheme-enum> | |
| currency | string | |
| currency-options | option<post-prices-body-currency-options> | |
| custom-unit-amount | option<post-prices-body-custom-unit-amount> | |
| expand | option<list<string>> | |
| lookup-key | option<string> | |
| metadata | option<post-prices-body-metadata> | |
| nickname | option<string> | |
| product | option<string> | |
| product-data | option<post-prices-body-product-data> | |
| recurring | option<post-prices-body-recurring> | |
| tax-behavior | option<price-tax-behavior-enum> | |
| tiers | option<list<post-prices-body-tiers-item>> | |
| tiers-mode | option<price-tiers-mode-enum> | |
| transfer-lookup-key | option<bool> | |
| transform-quantity | option<post-prices-body-transform-quantity> | |
| unit-amount | option<s32> | |
| unit-amount-decimal | option<string> |