Wasm Directoryalpha
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

NameTypeDescription
activeoption​<bool>
billing-schemeoption​<price-billing-scheme-enum>
currencystring
currency-optionsoption​<post-prices-body-currency-options>
custom-unit-amountoption​<post-prices-body-custom-unit-amount>
expandoption​<list​<string>>
lookup-keyoption​<string>
metadataoption​<post-prices-body-metadata>
nicknameoption​<string>
productoption​<string>
product-dataoption​<post-prices-body-product-data>
recurringoption​<post-prices-body-recurring>
tax-behavioroption​<price-tax-behavior-enum>
tiersoption​<list​<post-prices-body-tiers-item>>
tiers-modeoption​<price-tiers-mode-enum>
transfer-lookup-keyoption​<bool>
transform-quantityoption​<post-prices-body-transform-quantity>
unit-amountoption​<s32>
unit-amount-decimaloption​<string>