Parameters for Action Request in the Prices API.
Build this struct with new!/1 and pass it to the corresponding function on
Inttegro.Prices. Required keys are enforced immediately; optional values left as
nil are omitted from the request sent to Inttegro.
Manages reusable catalog prices.
Prices express currency and integer minor-unit amounts and can be attached to products. Use a new price when commercial terms materially change so existing orders retain their original price history.
Summary
Functions
Builds a Inttegro.Prices.ActionRequest and raises KeyError when a required field is missing.
Types
@type t() :: %Inttegro.Prices.ActionRequest{price_id: String.t()}
A validated action request request.
Functions
Builds a Inttegro.Prices.ActionRequest and raises KeyError when a required field is missing.