Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the types generated from the schema PaymentSource
Synopsis
- data PaymentSource = PaymentSource {
- paymentSourceAccount :: Maybe PaymentSourceAccount'Variants
- paymentSourceAccountHolderName :: Maybe Text
- paymentSourceAccountHolderType :: Maybe Text
- paymentSourceAchCreditTransfer :: Maybe SourceTypeAchCreditTransfer
- paymentSourceAchDebit :: Maybe SourceTypeAchDebit
- paymentSourceAcssDebit :: Maybe SourceTypeAcssDebit
- paymentSourceActive :: Maybe Bool
- paymentSourceAddressCity :: Maybe Text
- paymentSourceAddressCountry :: Maybe Text
- paymentSourceAddressLine1 :: Maybe Text
- paymentSourceAddressLine1Check :: Maybe Text
- paymentSourceAddressLine2 :: Maybe Text
- paymentSourceAddressState :: Maybe Text
- paymentSourceAddressZip :: Maybe Text
- paymentSourceAddressZipCheck :: Maybe Text
- paymentSourceAlipay :: Maybe SourceTypeAlipay
- paymentSourceAmount :: Maybe Int
- paymentSourceAmountReceived :: Maybe Int
- paymentSourceAuBecsDebit :: Maybe SourceTypeAuBecsDebit
- paymentSourceAvailablePayoutMethods :: Maybe [PaymentSourceAvailablePayoutMethods']
- paymentSourceBancontact :: Maybe SourceTypeBancontact
- paymentSourceBankName :: Maybe Text
- paymentSourceBitcoinAmount :: Maybe Int
- paymentSourceBitcoinAmountReceived :: Maybe Int
- paymentSourceBitcoinUri :: Maybe Text
- paymentSourceBrand :: Maybe Text
- paymentSourceBusinessProfile :: Maybe PaymentSourceBusinessProfile'
- paymentSourceBusinessType :: Maybe PaymentSourceBusinessType'
- paymentSourceCapabilities :: Maybe AccountCapabilities
- paymentSourceCard :: Maybe SourceTypeCard
- paymentSourceCardPresent :: Maybe SourceTypeCardPresent
- paymentSourceChargesEnabled :: Maybe Bool
- paymentSourceClientSecret :: Maybe Text
- paymentSourceCodeVerification :: Maybe SourceCodeVerificationFlow
- paymentSourceCompany :: Maybe LegalEntityCompany
- paymentSourceController :: Maybe AccountController
- paymentSourceCountry :: Maybe Text
- paymentSourceCreated :: Maybe Int
- paymentSourceCurrency :: Maybe Text
- paymentSourceCustomer :: Maybe PaymentSourceCustomer'Variants
- paymentSourceCvcCheck :: Maybe Text
- paymentSourceDefaultCurrency :: Maybe Text
- paymentSourceDefaultForCurrency :: Maybe Bool
- paymentSourceDescription :: Maybe Text
- paymentSourceDetailsSubmitted :: Maybe Bool
- paymentSourceDynamicLast4 :: Maybe Text
- paymentSourceEmail :: Maybe Text
- paymentSourceEps :: Maybe SourceTypeEps
- paymentSourceExpMonth :: Maybe Int
- paymentSourceExpYear :: Maybe Int
- paymentSourceExternalAccounts :: Maybe PaymentSourceExternalAccounts'
- paymentSourceFilled :: Maybe Bool
- paymentSourceFingerprint :: Maybe Text
- paymentSourceFlow :: Maybe Text
- paymentSourceFunding :: Maybe Text
- paymentSourceGiropay :: Maybe SourceTypeGiropay
- paymentSourceId :: Maybe Text
- paymentSourceIdeal :: Maybe SourceTypeIdeal
- paymentSourceInboundAddress :: Maybe Text
- paymentSourceIndividual :: Maybe Person
- paymentSourceKlarna :: Maybe SourceTypeKlarna
- paymentSourceLast4 :: Maybe Text
- paymentSourceLivemode :: Maybe Bool
- paymentSourceMetadata :: Maybe Object
- paymentSourceMultibanco :: Maybe SourceTypeMultibanco
- paymentSourceName :: Maybe Text
- paymentSourceObject :: Maybe PaymentSourceObject'
- paymentSourceOwner :: Maybe PaymentSourceOwner'
- paymentSourceP24 :: Maybe SourceTypeP24
- paymentSourcePayment :: Maybe Text
- paymentSourcePaymentAmount :: Maybe Int
- paymentSourcePaymentCurrency :: Maybe Text
- paymentSourcePayoutsEnabled :: Maybe Bool
- paymentSourceReceiver :: Maybe SourceReceiverFlow
- paymentSourceRecipient :: Maybe PaymentSourceRecipient'Variants
- paymentSourceRedirect :: Maybe SourceRedirectFlow
- paymentSourceRefundAddress :: Maybe Text
- paymentSourceRequirements :: Maybe AccountRequirements
- paymentSourceReusable :: Maybe Bool
- paymentSourceRoutingNumber :: Maybe Text
- paymentSourceSepaDebit :: Maybe SourceTypeSepaDebit
- paymentSourceSettings :: Maybe PaymentSourceSettings'
- paymentSourceSofort :: Maybe SourceTypeSofort
- paymentSourceSourceOrder :: Maybe SourceOrder
- paymentSourceStatementDescriptor :: Maybe Text
- paymentSourceStatus :: Maybe Text
- paymentSourceThreeDSecure :: Maybe SourceTypeThreeDSecure
- paymentSourceTokenizationMethod :: Maybe Text
- paymentSourceTosAcceptance :: Maybe AccountTosAcceptance
- paymentSourceTransactions :: Maybe PaymentSourceTransactions'
- paymentSourceType :: Maybe PaymentSourceType'
- paymentSourceUncapturedFunds :: Maybe Bool
- paymentSourceUsage :: Maybe Text
- paymentSourceUsed :: Maybe Bool
- paymentSourceUsedForPayment :: Maybe Bool
- paymentSourceUsername :: Maybe Text
- paymentSourceWechat :: Maybe SourceTypeWechat
- mkPaymentSource :: PaymentSource
- data PaymentSourceAccount'Variants
- data PaymentSourceAvailablePayoutMethods'
- data PaymentSourceBusinessProfile' = PaymentSourceBusinessProfile' {
- paymentSourceBusinessProfile'Mcc :: Maybe Text
- paymentSourceBusinessProfile'Name :: Maybe Text
- paymentSourceBusinessProfile'ProductDescription :: Maybe Text
- paymentSourceBusinessProfile'SupportAddress :: Maybe PaymentSourceBusinessProfile'SupportAddress'
- paymentSourceBusinessProfile'SupportEmail :: Maybe Text
- paymentSourceBusinessProfile'SupportPhone :: Maybe Text
- paymentSourceBusinessProfile'SupportUrl :: Maybe Text
- paymentSourceBusinessProfile'Url :: Maybe Text
- mkPaymentSourceBusinessProfile' :: PaymentSourceBusinessProfile'
- data PaymentSourceBusinessProfile'SupportAddress' = PaymentSourceBusinessProfile'SupportAddress' {
- paymentSourceBusinessProfile'SupportAddress'City :: Maybe Text
- paymentSourceBusinessProfile'SupportAddress'Country :: Maybe Text
- paymentSourceBusinessProfile'SupportAddress'Line1 :: Maybe Text
- paymentSourceBusinessProfile'SupportAddress'Line2 :: Maybe Text
- paymentSourceBusinessProfile'SupportAddress'PostalCode :: Maybe Text
- paymentSourceBusinessProfile'SupportAddress'State :: Maybe Text
- mkPaymentSourceBusinessProfile'SupportAddress' :: PaymentSourceBusinessProfile'SupportAddress'
- data PaymentSourceBusinessType'
- data PaymentSourceCustomer'Variants
- data PaymentSourceExternalAccounts' = PaymentSourceExternalAccounts' {}
- mkPaymentSourceExternalAccounts' :: [PaymentSourceExternalAccounts'Data'] -> Bool -> Text -> PaymentSourceExternalAccounts'
- data PaymentSourceExternalAccounts'Data' = PaymentSourceExternalAccounts'Data' {
- paymentSourceExternalAccounts'Data'Account :: Maybe PaymentSourceExternalAccounts'Data'Account'Variants
- paymentSourceExternalAccounts'Data'AccountHolderName :: Maybe Text
- paymentSourceExternalAccounts'Data'AccountHolderType :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressCity :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressCountry :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressLine1 :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressLine1Check :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressLine2 :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressState :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressZip :: Maybe Text
- paymentSourceExternalAccounts'Data'AddressZipCheck :: Maybe Text
- paymentSourceExternalAccounts'Data'AvailablePayoutMethods :: Maybe [PaymentSourceExternalAccounts'Data'AvailablePayoutMethods']
- paymentSourceExternalAccounts'Data'BankName :: Maybe Text
- paymentSourceExternalAccounts'Data'Brand :: Maybe Text
- paymentSourceExternalAccounts'Data'Country :: Maybe Text
- paymentSourceExternalAccounts'Data'Currency :: Maybe Text
- paymentSourceExternalAccounts'Data'Customer :: Maybe PaymentSourceExternalAccounts'Data'Customer'Variants
- paymentSourceExternalAccounts'Data'CvcCheck :: Maybe Text
- paymentSourceExternalAccounts'Data'DefaultForCurrency :: Maybe Bool
- paymentSourceExternalAccounts'Data'DynamicLast4 :: Maybe Text
- paymentSourceExternalAccounts'Data'ExpMonth :: Maybe Int
- paymentSourceExternalAccounts'Data'ExpYear :: Maybe Int
- paymentSourceExternalAccounts'Data'Fingerprint :: Maybe Text
- paymentSourceExternalAccounts'Data'Funding :: Maybe Text
- paymentSourceExternalAccounts'Data'Id :: Maybe Text
- paymentSourceExternalAccounts'Data'Last4 :: Maybe Text
- paymentSourceExternalAccounts'Data'Metadata :: Maybe Object
- paymentSourceExternalAccounts'Data'Name :: Maybe Text
- paymentSourceExternalAccounts'Data'Object :: Maybe PaymentSourceExternalAccounts'Data'Object'
- paymentSourceExternalAccounts'Data'Recipient :: Maybe PaymentSourceExternalAccounts'Data'Recipient'Variants
- paymentSourceExternalAccounts'Data'RoutingNumber :: Maybe Text
- paymentSourceExternalAccounts'Data'Status :: Maybe Text
- paymentSourceExternalAccounts'Data'TokenizationMethod :: Maybe Text
- mkPaymentSourceExternalAccounts'Data' :: PaymentSourceExternalAccounts'Data'
- data PaymentSourceExternalAccounts'Data'Account'Variants
- data PaymentSourceExternalAccounts'Data'AvailablePayoutMethods'
- data PaymentSourceExternalAccounts'Data'Customer'Variants
- data PaymentSourceExternalAccounts'Data'Object'
- data PaymentSourceExternalAccounts'Data'Recipient'Variants
- data PaymentSourceObject'
- data PaymentSourceOwner' = PaymentSourceOwner' {
- paymentSourceOwner'Address :: Maybe PaymentSourceOwner'Address'
- paymentSourceOwner'Email :: Maybe Text
- paymentSourceOwner'Name :: Maybe Text
- paymentSourceOwner'Phone :: Maybe Text
- paymentSourceOwner'VerifiedAddress :: Maybe PaymentSourceOwner'VerifiedAddress'
- paymentSourceOwner'VerifiedEmail :: Maybe Text
- paymentSourceOwner'VerifiedName :: Maybe Text
- paymentSourceOwner'VerifiedPhone :: Maybe Text
- mkPaymentSourceOwner' :: PaymentSourceOwner'
- data PaymentSourceOwner'Address' = PaymentSourceOwner'Address' {}
- mkPaymentSourceOwner'Address' :: PaymentSourceOwner'Address'
- data PaymentSourceOwner'VerifiedAddress' = PaymentSourceOwner'VerifiedAddress' {
- paymentSourceOwner'VerifiedAddress'City :: Maybe Text
- paymentSourceOwner'VerifiedAddress'Country :: Maybe Text
- paymentSourceOwner'VerifiedAddress'Line1 :: Maybe Text
- paymentSourceOwner'VerifiedAddress'Line2 :: Maybe Text
- paymentSourceOwner'VerifiedAddress'PostalCode :: Maybe Text
- paymentSourceOwner'VerifiedAddress'State :: Maybe Text
- mkPaymentSourceOwner'VerifiedAddress' :: PaymentSourceOwner'VerifiedAddress'
- data PaymentSourceRecipient'Variants
- data PaymentSourceSettings' = PaymentSourceSettings' {
- paymentSourceSettings'BacsDebitPayments :: Maybe AccountBacsDebitPaymentsSettings
- paymentSourceSettings'Branding :: Maybe AccountBrandingSettings
- paymentSourceSettings'CardIssuing :: Maybe AccountCardIssuingSettings
- paymentSourceSettings'CardPayments :: Maybe AccountCardPaymentsSettings
- paymentSourceSettings'Dashboard :: Maybe AccountDashboardSettings
- paymentSourceSettings'Payments :: Maybe AccountPaymentsSettings
- paymentSourceSettings'Payouts :: Maybe AccountPayoutSettings
- paymentSourceSettings'SepaDebitPayments :: Maybe AccountSepaDebitPaymentsSettings
- mkPaymentSourceSettings' :: PaymentSourceSettings'
- data PaymentSourceTransactions' = PaymentSourceTransactions' {}
- mkPaymentSourceTransactions' :: [BitcoinTransaction] -> Bool -> Text -> PaymentSourceTransactions'
- data PaymentSourceType'
Documentation
data PaymentSource Source #
Defines the object schema located at components.schemas.payment_source.anyOf
in the specification.
PaymentSource | |
|
Instances
Eq PaymentSource Source # | |
Defined in StripeAPI.Types.PaymentSource (==) :: PaymentSource -> PaymentSource -> Bool # (/=) :: PaymentSource -> PaymentSource -> Bool # | |
Show PaymentSource Source # | |
Defined in StripeAPI.Types.PaymentSource showsPrec :: Int -> PaymentSource -> ShowS # show :: PaymentSource -> String # showList :: [PaymentSource] -> ShowS # | |
ToJSON PaymentSource Source # | |
Defined in StripeAPI.Types.PaymentSource toJSON :: PaymentSource -> Value # toEncoding :: PaymentSource -> Encoding # toJSONList :: [PaymentSource] -> Value # toEncodingList :: [PaymentSource] -> Encoding # | |
FromJSON PaymentSource Source # | |
Defined in StripeAPI.Types.PaymentSource parseJSON :: Value -> Parser PaymentSource # parseJSONList :: Value -> Parser [PaymentSource] # |
mkPaymentSource :: PaymentSource Source #
Create a new PaymentSource
with all required fields.
data PaymentSourceAccount'Variants Source #
Defines the oneOf schema located at components.schemas.payment_source.anyOf.properties.account.anyOf
in the specification.
The ID of the account that the bank account is associated with.
Instances
data PaymentSourceAvailablePayoutMethods' Source #
Defines the enum schema located at components.schemas.payment_source.anyOf.properties.available_payout_methods.items
in the specification.
PaymentSourceAvailablePayoutMethods'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentSourceAvailablePayoutMethods'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentSourceAvailablePayoutMethods'EnumInstant | Represents the JSON value |
PaymentSourceAvailablePayoutMethods'EnumStandard | Represents the JSON value |
data PaymentSourceBusinessProfile' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.business_profile.anyOf
in the specification.
Business information about the account.
PaymentSourceBusinessProfile' | |
|
Instances
mkPaymentSourceBusinessProfile' :: PaymentSourceBusinessProfile' Source #
Create a new PaymentSourceBusinessProfile'
with all required fields.
data PaymentSourceBusinessProfile'SupportAddress' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.business_profile.anyOf.properties.support_address.anyOf
in the specification.
A publicly available mailing address for sending support issues to.
PaymentSourceBusinessProfile'SupportAddress' | |
|
mkPaymentSourceBusinessProfile'SupportAddress' :: PaymentSourceBusinessProfile'SupportAddress' Source #
Create a new PaymentSourceBusinessProfile'SupportAddress'
with all required fields.
data PaymentSourceBusinessType' Source #
Defines the enum schema located at components.schemas.payment_source.anyOf.properties.business_type
in the specification.
The business type.
PaymentSourceBusinessType'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentSourceBusinessType'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentSourceBusinessType'EnumCompany | Represents the JSON value |
PaymentSourceBusinessType'EnumGovernmentEntity | Represents the JSON value |
PaymentSourceBusinessType'EnumIndividual | Represents the JSON value |
PaymentSourceBusinessType'EnumNonProfit | Represents the JSON value |
Instances
data PaymentSourceCustomer'Variants Source #
Defines the oneOf schema located at components.schemas.payment_source.anyOf.properties.customer.anyOf
in the specification.
The ID of the customer associated with this Alipay Account.
PaymentSourceCustomer'Text Text | |
PaymentSourceCustomer'Customer Customer | |
PaymentSourceCustomer'DeletedCustomer DeletedCustomer |
data PaymentSourceExternalAccounts' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.external_accounts
in the specification.
External accounts (bank accounts and debit cards) currently attached to this account
PaymentSourceExternalAccounts' | |
|
mkPaymentSourceExternalAccounts' Source #
Create a new PaymentSourceExternalAccounts'
with all required fields.
data PaymentSourceExternalAccounts'Data' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.external_accounts.properties.data.items.anyOf
in the specification.
PaymentSourceExternalAccounts'Data' | |
|
mkPaymentSourceExternalAccounts'Data' :: PaymentSourceExternalAccounts'Data' Source #
Create a new PaymentSourceExternalAccounts'Data'
with all required fields.
data PaymentSourceExternalAccounts'Data'Account'Variants Source #
Defines the oneOf schema located at components.schemas.payment_source.anyOf.properties.external_accounts.properties.data.items.anyOf.properties.account.anyOf
in the specification.
The ID of the account that the bank account is associated with.
PaymentSourceExternalAccounts'Data'Account'Text Text | |
PaymentSourceExternalAccounts'Data'Account'Account Account |
Instances
data PaymentSourceExternalAccounts'Data'AvailablePayoutMethods' Source #
Defines the enum schema located at components.schemas.payment_source.anyOf.properties.external_accounts.properties.data.items.anyOf.properties.available_payout_methods.items
in the specification.
PaymentSourceExternalAccounts'Data'AvailablePayoutMethods'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentSourceExternalAccounts'Data'AvailablePayoutMethods'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentSourceExternalAccounts'Data'AvailablePayoutMethods'EnumInstant | Represents the JSON value |
PaymentSourceExternalAccounts'Data'AvailablePayoutMethods'EnumStandard | Represents the JSON value |
Instances
data PaymentSourceExternalAccounts'Data'Customer'Variants Source #
Defines the oneOf schema located at components.schemas.payment_source.anyOf.properties.external_accounts.properties.data.items.anyOf.properties.customer.anyOf
in the specification.
The ID of the customer that the bank account is associated with.
PaymentSourceExternalAccounts'Data'Customer'Text Text | |
PaymentSourceExternalAccounts'Data'Customer'Customer Customer | |
PaymentSourceExternalAccounts'Data'Customer'DeletedCustomer DeletedCustomer |
Instances
data PaymentSourceExternalAccounts'Data'Object' Source #
Defines the enum schema located at components.schemas.payment_source.anyOf.properties.external_accounts.properties.data.items.anyOf.properties.object
in the specification.
String representing the object's type. Objects of the same type share the same value.
PaymentSourceExternalAccounts'Data'Object'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentSourceExternalAccounts'Data'Object'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentSourceExternalAccounts'Data'Object'EnumBankAccount | Represents the JSON value |
data PaymentSourceExternalAccounts'Data'Recipient'Variants Source #
Defines the oneOf schema located at components.schemas.payment_source.anyOf.properties.external_accounts.properties.data.items.anyOf.properties.recipient.anyOf
in the specification.
The recipient that this card belongs to. This attribute will not be in the card object if the card belongs to a customer or account instead.
PaymentSourceExternalAccounts'Data'Recipient'Text Text | |
PaymentSourceExternalAccounts'Data'Recipient'Recipient Recipient |
Instances
data PaymentSourceObject' Source #
Defines the enum schema located at components.schemas.payment_source.anyOf.properties.object
in the specification.
String representing the object's type. Objects of the same type share the same value.
PaymentSourceObject'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentSourceObject'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentSourceObject'EnumAccount | Represents the JSON value |
Instances
Eq PaymentSourceObject' Source # | |
Defined in StripeAPI.Types.PaymentSource (==) :: PaymentSourceObject' -> PaymentSourceObject' -> Bool # (/=) :: PaymentSourceObject' -> PaymentSourceObject' -> Bool # | |
Show PaymentSourceObject' Source # | |
Defined in StripeAPI.Types.PaymentSource showsPrec :: Int -> PaymentSourceObject' -> ShowS # show :: PaymentSourceObject' -> String # showList :: [PaymentSourceObject'] -> ShowS # | |
ToJSON PaymentSourceObject' Source # | |
Defined in StripeAPI.Types.PaymentSource toJSON :: PaymentSourceObject' -> Value # toEncoding :: PaymentSourceObject' -> Encoding # toJSONList :: [PaymentSourceObject'] -> Value # toEncodingList :: [PaymentSourceObject'] -> Encoding # | |
FromJSON PaymentSourceObject' Source # | |
Defined in StripeAPI.Types.PaymentSource parseJSON :: Value -> Parser PaymentSourceObject' # parseJSONList :: Value -> Parser [PaymentSourceObject'] # |
data PaymentSourceOwner' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.owner.anyOf
in the specification.
Information about the owner of the payment instrument that may be used or required by particular source types.
PaymentSourceOwner' | |
|
Instances
Eq PaymentSourceOwner' Source # | |
Defined in StripeAPI.Types.PaymentSource (==) :: PaymentSourceOwner' -> PaymentSourceOwner' -> Bool # (/=) :: PaymentSourceOwner' -> PaymentSourceOwner' -> Bool # | |
Show PaymentSourceOwner' Source # | |
Defined in StripeAPI.Types.PaymentSource showsPrec :: Int -> PaymentSourceOwner' -> ShowS # show :: PaymentSourceOwner' -> String # showList :: [PaymentSourceOwner'] -> ShowS # | |
ToJSON PaymentSourceOwner' Source # | |
Defined in StripeAPI.Types.PaymentSource toJSON :: PaymentSourceOwner' -> Value # toEncoding :: PaymentSourceOwner' -> Encoding # toJSONList :: [PaymentSourceOwner'] -> Value # toEncodingList :: [PaymentSourceOwner'] -> Encoding # | |
FromJSON PaymentSourceOwner' Source # | |
Defined in StripeAPI.Types.PaymentSource parseJSON :: Value -> Parser PaymentSourceOwner' # parseJSONList :: Value -> Parser [PaymentSourceOwner'] # |
mkPaymentSourceOwner' :: PaymentSourceOwner' Source #
Create a new PaymentSourceOwner'
with all required fields.
data PaymentSourceOwner'Address' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.owner.anyOf.properties.address.anyOf
in the specification.
Owner\'s address.
PaymentSourceOwner'Address' | |
|
Instances
mkPaymentSourceOwner'Address' :: PaymentSourceOwner'Address' Source #
Create a new PaymentSourceOwner'Address'
with all required fields.
data PaymentSourceOwner'VerifiedAddress' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.owner.anyOf.properties.verified_address.anyOf
in the specification.
Verified owner\'s address. Verified values are verified or provided by the payment method directly (and if supported) at the time of authorization or settlement. They cannot be set or mutated.
PaymentSourceOwner'VerifiedAddress' | |
|
mkPaymentSourceOwner'VerifiedAddress' :: PaymentSourceOwner'VerifiedAddress' Source #
Create a new PaymentSourceOwner'VerifiedAddress'
with all required fields.
data PaymentSourceRecipient'Variants Source #
Defines the oneOf schema located at components.schemas.payment_source.anyOf.properties.recipient.anyOf
in the specification.
The recipient that this card belongs to. This attribute will not be in the card object if the card belongs to a customer or account instead.
data PaymentSourceSettings' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.settings.anyOf
in the specification.
Options for customizing how the account functions within Stripe.
PaymentSourceSettings' | |
|
Instances
Eq PaymentSourceSettings' Source # | |
Defined in StripeAPI.Types.PaymentSource | |
Show PaymentSourceSettings' Source # | |
Defined in StripeAPI.Types.PaymentSource showsPrec :: Int -> PaymentSourceSettings' -> ShowS # show :: PaymentSourceSettings' -> String # showList :: [PaymentSourceSettings'] -> ShowS # | |
ToJSON PaymentSourceSettings' Source # | |
Defined in StripeAPI.Types.PaymentSource toJSON :: PaymentSourceSettings' -> Value # toEncoding :: PaymentSourceSettings' -> Encoding # toJSONList :: [PaymentSourceSettings'] -> Value # | |
FromJSON PaymentSourceSettings' Source # | |
Defined in StripeAPI.Types.PaymentSource |
mkPaymentSourceSettings' :: PaymentSourceSettings' Source #
Create a new PaymentSourceSettings'
with all required fields.
data PaymentSourceTransactions' Source #
Defines the object schema located at components.schemas.payment_source.anyOf.properties.transactions
in the specification.
A list with one entry for each time that the customer sent bitcoin to the receiver. Hidden when viewing the receiver with a publishable key.
PaymentSourceTransactions' | |
|
Instances
mkPaymentSourceTransactions' Source #
:: [BitcoinTransaction] | |
-> Bool | |
-> Text | |
-> PaymentSourceTransactions' |
Create a new PaymentSourceTransactions'
with all required fields.
data PaymentSourceType' Source #
Defines the enum schema located at components.schemas.payment_source.anyOf.properties.type
in the specification.
The Stripe account type. Can be `standard`, `express`, or `custom`.
PaymentSourceType'Other Value | This case is used if the value encountered during decoding does not match any of the provided cases in the specification. |
PaymentSourceType'Typed Text | This constructor can be used to send values to the server which are not present in the specification yet. |
PaymentSourceType'EnumCustom | Represents the JSON value |
PaymentSourceType'EnumExpress | Represents the JSON value |
PaymentSourceType'EnumStandard | Represents the JSON value |
Instances
Eq PaymentSourceType' Source # | |
Defined in StripeAPI.Types.PaymentSource (==) :: PaymentSourceType' -> PaymentSourceType' -> Bool # (/=) :: PaymentSourceType' -> PaymentSourceType' -> Bool # | |
Show PaymentSourceType' Source # | |
Defined in StripeAPI.Types.PaymentSource showsPrec :: Int -> PaymentSourceType' -> ShowS # show :: PaymentSourceType' -> String # showList :: [PaymentSourceType'] -> ShowS # | |
ToJSON PaymentSourceType' Source # | |
Defined in StripeAPI.Types.PaymentSource toJSON :: PaymentSourceType' -> Value # toEncoding :: PaymentSourceType' -> Encoding # toJSONList :: [PaymentSourceType'] -> Value # toEncodingList :: [PaymentSourceType'] -> Encoding # | |
FromJSON PaymentSourceType' Source # | |
Defined in StripeAPI.Types.PaymentSource parseJSON :: Value -> Parser PaymentSourceType' # parseJSONList :: Value -> Parser [PaymentSourceType'] # |