hercules-ci-api-0.6.0.0: src/Hercules/API/Organizations/PaymentLink.hs
{-# LANGUAGE DeriveAnyClass #-}
module Hercules.API.Organizations.PaymentLink where
import Hercules.API.Prelude
data PaymentLink = PaymentLink
{ url :: Text,
productId :: Integer
}
deriving (Generic, Show, Eq, NFData, ToJSON, FromJSON, ToSchema)