DatagroutConduit.Types.Byok (DataGrout Conduit v0.5.0)

Copy Markdown View Source

Bring-your-own-key info attached to a receipt.

Summary

Types

t()

@type t() :: %DatagroutConduit.Types.Byok{
  discount_applied: boolean(),
  discount_rate: float() | nil,
  enabled: boolean()
}