{-# LANGUAGE ExplicitForAll #-}
{-# LANGUAGE MultiWayIf #-}
-- CHANGE WITH CAUTION: This is a generated code file generated by https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator.
{-# LANGUAGE OverloadedStrings #-}

-- | Contains the different functions to run the operation postInvoicesInvoicePay
module StripeAPI.Operations.PostInvoicesInvoicePay where

import qualified Control.Monad.Fail
import qualified Control.Monad.Trans.Reader
import qualified Data.Aeson
import qualified Data.Aeson as Data.Aeson.Encoding.Internal
import qualified Data.Aeson as Data.Aeson.Types
import qualified Data.Aeson as Data.Aeson.Types.FromJSON
import qualified Data.Aeson as Data.Aeson.Types.Internal
import qualified Data.Aeson as Data.Aeson.Types.ToJSON
import qualified Data.ByteString.Char8
import qualified Data.ByteString.Char8 as Data.ByteString.Internal
import qualified Data.Either
import qualified Data.Functor
import qualified Data.Scientific
import qualified Data.Text
import qualified Data.Text.Internal
import qualified Data.Time.Calendar as Data.Time.Calendar.Days
import qualified Data.Time.LocalTime as Data.Time.LocalTime.Internal.ZonedTime
import qualified Data.Vector
import qualified GHC.Base
import qualified GHC.Classes
import qualified GHC.Int
import qualified GHC.Show
import qualified GHC.Types
import qualified Network.HTTP.Client
import qualified Network.HTTP.Client as Network.HTTP.Client.Request
import qualified Network.HTTP.Client as Network.HTTP.Client.Types
import qualified Network.HTTP.Simple
import qualified Network.HTTP.Types
import qualified Network.HTTP.Types as Network.HTTP.Types.Status
import qualified Network.HTTP.Types as Network.HTTP.Types.URI
import qualified StripeAPI.Common
import StripeAPI.Types
import qualified Prelude as GHC.Integer.Type
import qualified Prelude as GHC.Maybe

-- | > POST /v1/invoices/{invoice}/pay
--
-- \<p>Stripe automatically creates and then attempts to collect payment on invoices for customers on subscriptions according to your \<a href=\"https:\/\/dashboard.stripe.com\/account\/billing\/automatic\">subscriptions settings\<\/a>. However, if you’d like to attempt payment on an invoice out of the normal collection schedule or for some other reason, you can do so.\<\/p>
postInvoicesInvoicePay ::
  forall m.
  StripeAPI.Common.MonadHTTP m =>
  -- | invoice | Constraints: Maximum length of 5000
  Data.Text.Internal.Text ->
  -- | The request body to send
  GHC.Maybe.Maybe PostInvoicesInvoicePayRequestBody ->
  -- | Monadic computation which returns the result of the operation
  StripeAPI.Common.StripeT m (Network.HTTP.Client.Types.Response PostInvoicesInvoicePayResponse)
postInvoicesInvoicePay :: Text
-> Maybe PostInvoicesInvoicePayRequestBody
-> StripeT m (Response PostInvoicesInvoicePayResponse)
postInvoicesInvoicePay
  Text
invoice
  Maybe PostInvoicesInvoicePayRequestBody
body =
    (Response ByteString -> Response PostInvoicesInvoicePayResponse)
-> StripeT m (Response ByteString)
-> StripeT m (Response PostInvoicesInvoicePayResponse)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
GHC.Base.fmap
      ( \Response ByteString
response_0 ->
          (ByteString -> PostInvoicesInvoicePayResponse)
-> Response ByteString -> Response PostInvoicesInvoicePayResponse
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
GHC.Base.fmap
            ( (String -> PostInvoicesInvoicePayResponse)
-> (PostInvoicesInvoicePayResponse
    -> PostInvoicesInvoicePayResponse)
-> Either String PostInvoicesInvoicePayResponse
-> PostInvoicesInvoicePayResponse
forall a c b. (a -> c) -> (b -> c) -> Either a b -> c
Data.Either.either String -> PostInvoicesInvoicePayResponse
PostInvoicesInvoicePayResponseError PostInvoicesInvoicePayResponse -> PostInvoicesInvoicePayResponse
forall a. a -> a
GHC.Base.id
                (Either String PostInvoicesInvoicePayResponse
 -> PostInvoicesInvoicePayResponse)
-> (ByteString -> Either String PostInvoicesInvoicePayResponse)
-> ByteString
-> PostInvoicesInvoicePayResponse
forall b c a. (b -> c) -> (a -> b) -> a -> c
GHC.Base.. ( \Response ByteString
response ByteString
body ->
                               if
                                   | (\Status
status_1 -> Status -> Int
Network.HTTP.Types.Status.statusCode Status
status_1 Int -> Int -> Bool
forall a. Eq a => a -> a -> Bool
GHC.Classes.== Int
200) (Response ByteString -> Status
forall body. Response body -> Status
Network.HTTP.Client.Types.responseStatus Response ByteString
response) ->
                                     Invoice -> PostInvoicesInvoicePayResponse
PostInvoicesInvoicePayResponse200
                                       (Invoice -> PostInvoicesInvoicePayResponse)
-> Either String Invoice
-> Either String PostInvoicesInvoicePayResponse
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Data.Functor.<$> ( ByteString -> Either String Invoice
forall a. FromJSON a => ByteString -> Either String a
Data.Aeson.eitherDecodeStrict ByteString
body ::
                                                            Data.Either.Either
                                                              GHC.Base.String
                                                              Invoice
                                                        )
                                   | Bool -> Status -> Bool
forall a b. a -> b -> a
GHC.Base.const Bool
GHC.Types.True (Response ByteString -> Status
forall body. Response body -> Status
Network.HTTP.Client.Types.responseStatus Response ByteString
response) ->
                                     Error -> PostInvoicesInvoicePayResponse
PostInvoicesInvoicePayResponseDefault
                                       (Error -> PostInvoicesInvoicePayResponse)
-> Either String Error
-> Either String PostInvoicesInvoicePayResponse
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Data.Functor.<$> ( ByteString -> Either String Error
forall a. FromJSON a => ByteString -> Either String a
Data.Aeson.eitherDecodeStrict ByteString
body ::
                                                            Data.Either.Either
                                                              GHC.Base.String
                                                              Error
                                                        )
                                   | Bool
GHC.Base.otherwise -> String -> Either String PostInvoicesInvoicePayResponse
forall a b. a -> Either a b
Data.Either.Left String
"Missing default response type"
                           )
                  Response ByteString
response_0
            )
            Response ByteString
response_0
      )
      (Text
-> Text
-> [QueryParameter]
-> Maybe PostInvoicesInvoicePayRequestBody
-> RequestBodyEncoding
-> StripeT m (Response ByteString)
forall (m :: * -> *) body.
(MonadHTTP m, ToJSON body) =>
Text
-> Text
-> [QueryParameter]
-> Maybe body
-> RequestBodyEncoding
-> StripeT m (Response ByteString)
StripeAPI.Common.doBodyCallWithConfigurationM (Text -> Text
Data.Text.toUpper (Text -> Text) -> Text -> Text
forall a b. (a -> b) -> a -> b
GHC.Base.$ String -> Text
Data.Text.pack String
"POST") (String -> Text
Data.Text.pack (String
"/v1/invoices/" String -> String -> String
forall a. [a] -> [a] -> [a]
GHC.Base.++ (ByteString -> String
Data.ByteString.Char8.unpack (Bool -> ByteString -> ByteString
Network.HTTP.Types.URI.urlEncode Bool
GHC.Types.True (ByteString -> ByteString) -> ByteString -> ByteString
forall a b. (a -> b) -> a -> b
GHC.Base.$ (String -> ByteString
Data.ByteString.Char8.pack (String -> ByteString) -> String -> ByteString
forall a b. (a -> b) -> a -> b
GHC.Base.$ Text -> String
forall a. StringifyModel a => a -> String
StripeAPI.Common.stringifyModel Text
invoice)) String -> String -> String
forall a. [a] -> [a] -> [a]
GHC.Base.++ String
"/pay"))) [QueryParameter]
forall a. Monoid a => a
GHC.Base.mempty Maybe PostInvoicesInvoicePayRequestBody
body RequestBodyEncoding
StripeAPI.Common.RequestBodyEncodingFormData)

-- | Defines the object schema located at @paths.\/v1\/invoices\/{invoice}\/pay.POST.requestBody.content.application\/x-www-form-urlencoded.schema@ in the specification.
data PostInvoicesInvoicePayRequestBody = PostInvoicesInvoicePayRequestBody
  { -- | expand: Specifies which fields in the response should be expanded.
    PostInvoicesInvoicePayRequestBody -> Maybe [Text]
postInvoicesInvoicePayRequestBodyExpand :: (GHC.Maybe.Maybe ([Data.Text.Internal.Text])),
    -- | forgive: In cases where the source used to pay the invoice has insufficient funds, passing \`forgive=true\` controls whether a charge should be attempted for the full amount available on the source, up to the amount to fully pay the invoice. This effectively forgives the difference between the amount available on the source and the amount due.
    --
    -- Passing \`forgive=false\` will fail the charge if the source hasn\'t been pre-funded with the right amount. An example for this case is with ACH Credit Transfers and wires: if the amount wired is less than the amount due by a small amount, you might want to forgive the difference. Defaults to \`false\`.
    PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyForgive :: (GHC.Maybe.Maybe GHC.Types.Bool),
    -- | off_session: Indicates if a customer is on or off-session while an invoice payment is attempted. Defaults to \`true\` (off-session).
    PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyOffSession :: (GHC.Maybe.Maybe GHC.Types.Bool),
    -- | paid_out_of_band: Boolean representing whether an invoice is paid outside of Stripe. This will result in no charge being made. Defaults to \`false\`.
    PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyPaidOutOfBand :: (GHC.Maybe.Maybe GHC.Types.Bool),
    -- | payment_method: A PaymentMethod to be charged. The PaymentMethod must be the ID of a PaymentMethod belonging to the customer associated with the invoice being paid.
    --
    -- Constraints:
    --
    -- * Maximum length of 5000
    PostInvoicesInvoicePayRequestBody -> Maybe Text
postInvoicesInvoicePayRequestBodyPaymentMethod :: (GHC.Maybe.Maybe Data.Text.Internal.Text),
    -- | source: A payment source to be charged. The source must be the ID of a source belonging to the customer associated with the invoice being paid.
    --
    -- Constraints:
    --
    -- * Maximum length of 5000
    PostInvoicesInvoicePayRequestBody -> Maybe Text
postInvoicesInvoicePayRequestBodySource :: (GHC.Maybe.Maybe Data.Text.Internal.Text)
  }
  deriving
    ( Int -> PostInvoicesInvoicePayRequestBody -> String -> String
[PostInvoicesInvoicePayRequestBody] -> String -> String
PostInvoicesInvoicePayRequestBody -> String
(Int -> PostInvoicesInvoicePayRequestBody -> String -> String)
-> (PostInvoicesInvoicePayRequestBody -> String)
-> ([PostInvoicesInvoicePayRequestBody] -> String -> String)
-> Show PostInvoicesInvoicePayRequestBody
forall a.
(Int -> a -> String -> String)
-> (a -> String) -> ([a] -> String -> String) -> Show a
showList :: [PostInvoicesInvoicePayRequestBody] -> String -> String
$cshowList :: [PostInvoicesInvoicePayRequestBody] -> String -> String
show :: PostInvoicesInvoicePayRequestBody -> String
$cshow :: PostInvoicesInvoicePayRequestBody -> String
showsPrec :: Int -> PostInvoicesInvoicePayRequestBody -> String -> String
$cshowsPrec :: Int -> PostInvoicesInvoicePayRequestBody -> String -> String
GHC.Show.Show,
      PostInvoicesInvoicePayRequestBody
-> PostInvoicesInvoicePayRequestBody -> Bool
(PostInvoicesInvoicePayRequestBody
 -> PostInvoicesInvoicePayRequestBody -> Bool)
-> (PostInvoicesInvoicePayRequestBody
    -> PostInvoicesInvoicePayRequestBody -> Bool)
-> Eq PostInvoicesInvoicePayRequestBody
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: PostInvoicesInvoicePayRequestBody
-> PostInvoicesInvoicePayRequestBody -> Bool
$c/= :: PostInvoicesInvoicePayRequestBody
-> PostInvoicesInvoicePayRequestBody -> Bool
== :: PostInvoicesInvoicePayRequestBody
-> PostInvoicesInvoicePayRequestBody -> Bool
$c== :: PostInvoicesInvoicePayRequestBody
-> PostInvoicesInvoicePayRequestBody -> Bool
GHC.Classes.Eq
    )

instance Data.Aeson.Types.ToJSON.ToJSON PostInvoicesInvoicePayRequestBody where
  toJSON :: PostInvoicesInvoicePayRequestBody -> Value
toJSON PostInvoicesInvoicePayRequestBody
obj = [Pair] -> Value
Data.Aeson.Types.Internal.object (Text
"expand" Text -> Maybe [Text] -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe [Text]
postInvoicesInvoicePayRequestBodyExpand PostInvoicesInvoicePayRequestBody
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: Text
"forgive" Text -> Maybe Bool -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyForgive PostInvoicesInvoicePayRequestBody
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: Text
"off_session" Text -> Maybe Bool -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyOffSession PostInvoicesInvoicePayRequestBody
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: Text
"paid_out_of_band" Text -> Maybe Bool -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyPaidOutOfBand PostInvoicesInvoicePayRequestBody
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: Text
"payment_method" Text -> Maybe Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Text
postInvoicesInvoicePayRequestBodyPaymentMethod PostInvoicesInvoicePayRequestBody
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: Text
"source" Text -> Maybe Text -> Pair
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Text
postInvoicesInvoicePayRequestBodySource PostInvoicesInvoicePayRequestBody
obj Pair -> [Pair] -> [Pair]
forall a. a -> [a] -> [a]
: [Pair]
forall a. Monoid a => a
GHC.Base.mempty)
  toEncoding :: PostInvoicesInvoicePayRequestBody -> Encoding
toEncoding PostInvoicesInvoicePayRequestBody
obj = Series -> Encoding
Data.Aeson.Encoding.Internal.pairs ((Text
"expand" Text -> Maybe [Text] -> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe [Text]
postInvoicesInvoicePayRequestBodyExpand PostInvoicesInvoicePayRequestBody
obj) Series -> Series -> Series
forall a. Semigroup a => a -> a -> a
GHC.Base.<> ((Text
"forgive" Text -> Maybe Bool -> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyForgive PostInvoicesInvoicePayRequestBody
obj) Series -> Series -> Series
forall a. Semigroup a => a -> a -> a
GHC.Base.<> ((Text
"off_session" Text -> Maybe Bool -> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyOffSession PostInvoicesInvoicePayRequestBody
obj) Series -> Series -> Series
forall a. Semigroup a => a -> a -> a
GHC.Base.<> ((Text
"paid_out_of_band" Text -> Maybe Bool -> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Bool
postInvoicesInvoicePayRequestBodyPaidOutOfBand PostInvoicesInvoicePayRequestBody
obj) Series -> Series -> Series
forall a. Semigroup a => a -> a -> a
GHC.Base.<> ((Text
"payment_method" Text -> Maybe Text -> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Text
postInvoicesInvoicePayRequestBodyPaymentMethod PostInvoicesInvoicePayRequestBody
obj) Series -> Series -> Series
forall a. Semigroup a => a -> a -> a
GHC.Base.<> (Text
"source" Text -> Maybe Text -> Series
forall kv v. (KeyValue kv, ToJSON v) => Text -> v -> kv
Data.Aeson.Types.ToJSON..= PostInvoicesInvoicePayRequestBody -> Maybe Text
postInvoicesInvoicePayRequestBodySource PostInvoicesInvoicePayRequestBody
obj))))))

instance Data.Aeson.Types.FromJSON.FromJSON PostInvoicesInvoicePayRequestBody where
  parseJSON :: Value -> Parser PostInvoicesInvoicePayRequestBody
parseJSON = String
-> (Object -> Parser PostInvoicesInvoicePayRequestBody)
-> Value
-> Parser PostInvoicesInvoicePayRequestBody
forall a. String -> (Object -> Parser a) -> Value -> Parser a
Data.Aeson.Types.FromJSON.withObject String
"PostInvoicesInvoicePayRequestBody" (\Object
obj -> ((((((Maybe [Text]
 -> Maybe Bool
 -> Maybe Bool
 -> Maybe Bool
 -> Maybe Text
 -> Maybe Text
 -> PostInvoicesInvoicePayRequestBody)
-> Parser
     (Maybe [Text]
      -> Maybe Bool
      -> Maybe Bool
      -> Maybe Bool
      -> Maybe Text
      -> Maybe Text
      -> PostInvoicesInvoicePayRequestBody)
forall (f :: * -> *) a. Applicative f => a -> f a
GHC.Base.pure Maybe [Text]
-> Maybe Bool
-> Maybe Bool
-> Maybe Bool
-> Maybe Text
-> Maybe Text
-> PostInvoicesInvoicePayRequestBody
PostInvoicesInvoicePayRequestBody Parser
  (Maybe [Text]
   -> Maybe Bool
   -> Maybe Bool
   -> Maybe Bool
   -> Maybe Text
   -> Maybe Text
   -> PostInvoicesInvoicePayRequestBody)
-> Parser (Maybe [Text])
-> Parser
     (Maybe Bool
      -> Maybe Bool
      -> Maybe Bool
      -> Maybe Text
      -> Maybe Text
      -> PostInvoicesInvoicePayRequestBody)
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object -> Text -> Parser (Maybe [Text])
forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
Data.Aeson.Types.FromJSON..:? Text
"expand")) Parser
  (Maybe Bool
   -> Maybe Bool
   -> Maybe Bool
   -> Maybe Text
   -> Maybe Text
   -> PostInvoicesInvoicePayRequestBody)
-> Parser (Maybe Bool)
-> Parser
     (Maybe Bool
      -> Maybe Bool
      -> Maybe Text
      -> Maybe Text
      -> PostInvoicesInvoicePayRequestBody)
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object -> Text -> Parser (Maybe Bool)
forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
Data.Aeson.Types.FromJSON..:? Text
"forgive")) Parser
  (Maybe Bool
   -> Maybe Bool
   -> Maybe Text
   -> Maybe Text
   -> PostInvoicesInvoicePayRequestBody)
-> Parser (Maybe Bool)
-> Parser
     (Maybe Bool
      -> Maybe Text -> Maybe Text -> PostInvoicesInvoicePayRequestBody)
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object -> Text -> Parser (Maybe Bool)
forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
Data.Aeson.Types.FromJSON..:? Text
"off_session")) Parser
  (Maybe Bool
   -> Maybe Text -> Maybe Text -> PostInvoicesInvoicePayRequestBody)
-> Parser (Maybe Bool)
-> Parser
     (Maybe Text -> Maybe Text -> PostInvoicesInvoicePayRequestBody)
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object -> Text -> Parser (Maybe Bool)
forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
Data.Aeson.Types.FromJSON..:? Text
"paid_out_of_band")) Parser
  (Maybe Text -> Maybe Text -> PostInvoicesInvoicePayRequestBody)
-> Parser (Maybe Text)
-> Parser (Maybe Text -> PostInvoicesInvoicePayRequestBody)
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object -> Text -> Parser (Maybe Text)
forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
Data.Aeson.Types.FromJSON..:? Text
"payment_method")) Parser (Maybe Text -> PostInvoicesInvoicePayRequestBody)
-> Parser (Maybe Text) -> Parser PostInvoicesInvoicePayRequestBody
forall (f :: * -> *) a b. Applicative f => f (a -> b) -> f a -> f b
GHC.Base.<*> (Object
obj Object -> Text -> Parser (Maybe Text)
forall a. FromJSON a => Object -> Text -> Parser (Maybe a)
Data.Aeson.Types.FromJSON..:? Text
"source"))

-- | Create a new 'PostInvoicesInvoicePayRequestBody' with all required fields.
mkPostInvoicesInvoicePayRequestBody :: PostInvoicesInvoicePayRequestBody
mkPostInvoicesInvoicePayRequestBody :: PostInvoicesInvoicePayRequestBody
mkPostInvoicesInvoicePayRequestBody =
  PostInvoicesInvoicePayRequestBody :: Maybe [Text]
-> Maybe Bool
-> Maybe Bool
-> Maybe Bool
-> Maybe Text
-> Maybe Text
-> PostInvoicesInvoicePayRequestBody
PostInvoicesInvoicePayRequestBody
    { postInvoicesInvoicePayRequestBodyExpand :: Maybe [Text]
postInvoicesInvoicePayRequestBodyExpand = Maybe [Text]
forall a. Maybe a
GHC.Maybe.Nothing,
      postInvoicesInvoicePayRequestBodyForgive :: Maybe Bool
postInvoicesInvoicePayRequestBodyForgive = Maybe Bool
forall a. Maybe a
GHC.Maybe.Nothing,
      postInvoicesInvoicePayRequestBodyOffSession :: Maybe Bool
postInvoicesInvoicePayRequestBodyOffSession = Maybe Bool
forall a. Maybe a
GHC.Maybe.Nothing,
      postInvoicesInvoicePayRequestBodyPaidOutOfBand :: Maybe Bool
postInvoicesInvoicePayRequestBodyPaidOutOfBand = Maybe Bool
forall a. Maybe a
GHC.Maybe.Nothing,
      postInvoicesInvoicePayRequestBodyPaymentMethod :: Maybe Text
postInvoicesInvoicePayRequestBodyPaymentMethod = Maybe Text
forall a. Maybe a
GHC.Maybe.Nothing,
      postInvoicesInvoicePayRequestBodySource :: Maybe Text
postInvoicesInvoicePayRequestBodySource = Maybe Text
forall a. Maybe a
GHC.Maybe.Nothing
    }

-- | Represents a response of the operation 'postInvoicesInvoicePay'.
--
-- The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), 'PostInvoicesInvoicePayResponseError' is used.
data PostInvoicesInvoicePayResponse
  = -- | Means either no matching case available or a parse error
    PostInvoicesInvoicePayResponseError GHC.Base.String
  | -- | Successful response.
    PostInvoicesInvoicePayResponse200 Invoice
  | -- | Error response.
    PostInvoicesInvoicePayResponseDefault Error
  deriving (Int -> PostInvoicesInvoicePayResponse -> String -> String
[PostInvoicesInvoicePayResponse] -> String -> String
PostInvoicesInvoicePayResponse -> String
(Int -> PostInvoicesInvoicePayResponse -> String -> String)
-> (PostInvoicesInvoicePayResponse -> String)
-> ([PostInvoicesInvoicePayResponse] -> String -> String)
-> Show PostInvoicesInvoicePayResponse
forall a.
(Int -> a -> String -> String)
-> (a -> String) -> ([a] -> String -> String) -> Show a
showList :: [PostInvoicesInvoicePayResponse] -> String -> String
$cshowList :: [PostInvoicesInvoicePayResponse] -> String -> String
show :: PostInvoicesInvoicePayResponse -> String
$cshow :: PostInvoicesInvoicePayResponse -> String
showsPrec :: Int -> PostInvoicesInvoicePayResponse -> String -> String
$cshowsPrec :: Int -> PostInvoicesInvoicePayResponse -> String -> String
GHC.Show.Show, PostInvoicesInvoicePayResponse
-> PostInvoicesInvoicePayResponse -> Bool
(PostInvoicesInvoicePayResponse
 -> PostInvoicesInvoicePayResponse -> Bool)
-> (PostInvoicesInvoicePayResponse
    -> PostInvoicesInvoicePayResponse -> Bool)
-> Eq PostInvoicesInvoicePayResponse
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: PostInvoicesInvoicePayResponse
-> PostInvoicesInvoicePayResponse -> Bool
$c/= :: PostInvoicesInvoicePayResponse
-> PostInvoicesInvoicePayResponse -> Bool
== :: PostInvoicesInvoicePayResponse
-> PostInvoicesInvoicePayResponse -> Bool
$c== :: PostInvoicesInvoicePayResponse
-> PostInvoicesInvoicePayResponse -> Bool
GHC.Classes.Eq)