Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema SourceMandateNotification
Synopsis
- data SourceMandateNotification = SourceMandateNotification {
- sourceMandateNotificationAcssDebit :: Maybe SourceMandateNotificationAcssDebitData
- sourceMandateNotificationAmount :: Maybe Int
- sourceMandateNotificationBacsDebit :: Maybe SourceMandateNotificationBacsDebitData
- sourceMandateNotificationCreated :: Int
- sourceMandateNotificationId :: Text
- sourceMandateNotificationLivemode :: Bool
- sourceMandateNotificationReason :: Text
- sourceMandateNotificationSepaDebit :: Maybe SourceMandateNotificationSepaDebitData
- sourceMandateNotificationSource :: Source
- sourceMandateNotificationStatus :: Text
- sourceMandateNotificationType :: Text
- mkSourceMandateNotification :: Int -> Text -> Bool -> Text -> Source -> Text -> Text -> SourceMandateNotification
Documentation
data SourceMandateNotification Source #
Defines the object schema located at components.schemas.source_mandate_notification
in the specification.
Source mandate notifications should be created when a notification related to a source mandate must be sent to the payer. They will trigger a webhook or deliver an email to the customer.
SourceMandateNotification | |
|
Instances
mkSourceMandateNotification Source #
Create a new SourceMandateNotification
with all required fields.