Provides struct and type for a ProductPriceCustomCreate
@type t() :: %Polarex.ProductPriceCustomCreate{ amount_type: String.t(), maximum_amount: integer() | nil, minimum_amount: integer() | nil, preset_amount: integer() | nil, price_currency: String.t() | nil }