stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.GetCustomersCustomer

Description

Contains the different functions to run the operation getCustomersCustomer

Synopsis

Documentation

getCustomersCustomer Source #

Arguments

:: (MonadHTTP m, SecurityScheme s) 
=> Configuration s

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Maybe Text

expand: Specifies which fields in the response should be expanded.

-> Maybe GetCustomersCustomerRequestBody

The request body to send

-> m (Either HttpException (Response GetCustomersCustomerResponse))

Monad containing the result of the operation

GET /v1/customers/{customer}

<p>Retrieves the details of an existing customer. You need only supply the unique customer identifier that was returned upon customer creation.</p>

data GetCustomersCustomerResponse Source #

Represents a response of the operation getCustomersCustomer.

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), GetCustomersCustomerResponseError is used.

Constructors

GetCustomersCustomerResponseError String

Means either no matching case available or a parse error

GetCustomersCustomerResponse200 GetCustomersCustomerResponseBody200

Successful response.

GetCustomersCustomerResponseDefault Error

Error response.

data GetCustomersCustomerResponseBody200 Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200

Constructors

GetCustomersCustomerResponseBody200 

Fields

data GetCustomersCustomerResponseBody200Address' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Address'

The customer\'s address.

Constructors

GetCustomersCustomerResponseBody200Address' 

Fields

data GetCustomersCustomerResponseBody200DefaultSource'Variants Source #

Define the one-of schema GetCustomersCustomerResponseBody200Default_source'

ID of the default payment source for the customer.

If you are using payment methods created via the PaymentMethods API, see the invoice_settings.default_payment_method field instead.

Instances
Eq GetCustomersCustomerResponseBody200DefaultSource'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200DefaultSource'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Generic GetCustomersCustomerResponseBody200DefaultSource'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200DefaultSource'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200DefaultSource'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200DefaultSource'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200DefaultSource'Variants = D1 (MetaData "GetCustomersCustomerResponseBody200DefaultSource'Variants" "StripeAPI.Operations.GetCustomersCustomer" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) ((C1 (MetaCons "GetCustomersCustomerResponseBody200DefaultSource'AlipayAccount" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 AlipayAccount)) :+: (C1 (MetaCons "GetCustomersCustomerResponseBody200DefaultSource'BankAccount" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BankAccount)) :+: C1 (MetaCons "GetCustomersCustomerResponseBody200DefaultSource'BitcoinReceiver" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 BitcoinReceiver)))) :+: (C1 (MetaCons "GetCustomersCustomerResponseBody200DefaultSource'Card" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Card)) :+: (C1 (MetaCons "GetCustomersCustomerResponseBody200DefaultSource'Source" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Source)) :+: C1 (MetaCons "GetCustomersCustomerResponseBody200DefaultSource'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))))

data GetCustomersCustomerResponseBody200Deleted' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Deleted'

Always true for a deleted object

data GetCustomersCustomerResponseBody200Discount' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Discount'

Describes the current discount active on the customer, if there is one.

Constructors

GetCustomersCustomerResponseBody200Discount' 

Fields

data GetCustomersCustomerResponseBody200Discount'Customer'Variants Source #

Define the one-of schema GetCustomersCustomerResponseBody200Discount'Customer'

The ID of the customer associated with this discount.

Instances
Eq GetCustomersCustomerResponseBody200Discount'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Discount'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Generic GetCustomersCustomerResponseBody200Discount'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Discount'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Discount'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Discount'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Discount'Customer'Variants = D1 (MetaData "GetCustomersCustomerResponseBody200Discount'Customer'Variants" "StripeAPI.Operations.GetCustomersCustomer" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetCustomersCustomerResponseBody200Discount'Customer'Customer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Customer)) :+: (C1 (MetaCons "GetCustomersCustomerResponseBody200Discount'Customer'DeletedCustomer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DeletedCustomer)) :+: C1 (MetaCons "GetCustomersCustomerResponseBody200Discount'Customer'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))))

data GetCustomersCustomerResponseBody200Discount'Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Discount'Object'

String representing the object's type. Objects of the same type share the same value.

Instances
Eq GetCustomersCustomerResponseBody200Discount'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Discount'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Discount'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Discount'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Metadata' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Metadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

data GetCustomersCustomerResponseBody200Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Object'

String representing the object's type. Objects of the same type share the same value.

data GetCustomersCustomerResponseBody200Shipping' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Shipping'

Mailing and shipping address for the customer. Appears on invoices emailed to this customer.

Constructors

GetCustomersCustomerResponseBody200Shipping' 

Fields

data GetCustomersCustomerResponseBody200Sources' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'

The customer's payment sources, if any.

Constructors

GetCustomersCustomerResponseBody200Sources' 

Fields

data GetCustomersCustomerResponseBody200Sources'Data' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'Data'

Constructors

GetCustomersCustomerResponseBody200Sources'Data' 

Fields

data GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source #

Define the one-of schema GetCustomersCustomerResponseBody200Sources'Data'Account'

The ID of the account that the bank account is associated with.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Generic GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Sources'Data'Account'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Sources'Data'Account'Variants = D1 (MetaData "GetCustomersCustomerResponseBody200Sources'Data'Account'Variants" "StripeAPI.Operations.GetCustomersCustomer" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Account'Account" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Account)) :+: C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Account'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data GetCustomersCustomerResponseBody200Sources'Data'AvailablePayoutMethods' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Sources'Data'Available_payout_methods'

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'AvailablePayoutMethods' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source #

Define the one-of schema GetCustomersCustomerResponseBody200Sources'Data'Customer'

The ID of the customer associated with this Alipay Account.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Generic GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants = D1 (MetaData "GetCustomersCustomerResponseBody200Sources'Data'Customer'Variants" "StripeAPI.Operations.GetCustomersCustomer" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Customer'Customer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Customer)) :+: (C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Customer'DeletedCustomer" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 DeletedCustomer)) :+: C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Customer'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text))))

data GetCustomersCustomerResponseBody200Sources'Data'Metadata' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'Data'Metadata'

Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Metadata' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Sources'Data'Object'

String representing the object's type. Objects of the same type share the same value.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Owner' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'Data'Owner'

Information about the owner of the payment instrument that may be used or required by particular source types.

Constructors

GetCustomersCustomerResponseBody200Sources'Data'Owner' 

Fields

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Owner' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Owner' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Owner' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Owner' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Owner'Address' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'Data'Owner'Address'

Owner\'s address.

Constructors

GetCustomersCustomerResponseBody200Sources'Data'Owner'Address' 

Fields

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Owner'Address' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Owner'Address' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Owner'Address' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Owner'Address' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Owner'VerifiedAddress' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'Data'Owner'Verified_address'

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.

Constructors

GetCustomersCustomerResponseBody200Sources'Data'Owner'VerifiedAddress' 

Fields

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Owner'VerifiedAddress' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Owner'VerifiedAddress' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Owner'VerifiedAddress' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Owner'VerifiedAddress' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source #

Define the one-of schema GetCustomersCustomerResponseBody200Sources'Data'Recipient'

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.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Generic GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

type Rep GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants = D1 (MetaData "GetCustomersCustomerResponseBody200Sources'Data'Recipient'Variants" "StripeAPI.Operations.GetCustomersCustomer" "stripeapi-0.1.0.2-D0ebvtj6l9B4TLqRwmHKaP" False) (C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Recipient'Recipient" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Recipient)) :+: C1 (MetaCons "GetCustomersCustomerResponseBody200Sources'Data'Recipient'Text" PrefixI False) (S1 (MetaSel (Nothing :: Maybe Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data GetCustomersCustomerResponseBody200Sources'Data'Transactions' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Sources'Data'Transactions'

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.

Constructors

GetCustomersCustomerResponseBody200Sources'Data'Transactions' 

Fields

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Transactions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Transactions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Transactions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Transactions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Transactions'Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Sources'Data'Transactions'Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Transactions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Transactions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Transactions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Transactions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Data'Type' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Sources'Data'Type'

The `type` of the source. The `type` is a payment method, one of `ach_credit_transfer`, `ach_debit`, `alipay`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `multibanco`, `klarna`, `p24`, `sepa_debit`, `sofort`, `three_d_secure`, or `wechat`. An additional hash is included on the source with a name matching this value. It contains additional information specific to the payment method used.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Data'Type' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Data'Type' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Data'Type' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Data'Type' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Sources'Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Sources'Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

Instances
Eq GetCustomersCustomerResponseBody200Sources'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Sources'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Sources'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Sources'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Subscriptions' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Subscriptions'

The customer's current subscriptions, if any.

Constructors

GetCustomersCustomerResponseBody200Subscriptions' 

Fields

Instances
Eq GetCustomersCustomerResponseBody200Subscriptions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Subscriptions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Subscriptions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Subscriptions' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200Subscriptions'Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Subscriptions'Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

Instances
Eq GetCustomersCustomerResponseBody200Subscriptions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200Subscriptions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200Subscriptions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200Subscriptions'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

data GetCustomersCustomerResponseBody200TaxExempt' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Tax_exempt'

Describes the customer's tax exemption status. One of `none`, `exempt`, or `reverse`. When set to `reverse`, invoice and receipt PDFs include the text **"Reverse charge"**.

data GetCustomersCustomerResponseBody200TaxIds' Source #

Defines the data type for the schema GetCustomersCustomerResponseBody200Tax_ids'

The customer's tax IDs.

Constructors

GetCustomersCustomerResponseBody200TaxIds' 

Fields

data GetCustomersCustomerResponseBody200TaxIds'Object' Source #

Defines the enum schema GetCustomersCustomerResponseBody200Tax_ids'Object'

String representing the object's type. Objects of the same type share the same value. Always has the value `list`.

Instances
Eq GetCustomersCustomerResponseBody200TaxIds'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

Show GetCustomersCustomerResponseBody200TaxIds'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

ToJSON GetCustomersCustomerResponseBody200TaxIds'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer

FromJSON GetCustomersCustomerResponseBody200TaxIds'Object' Source # 
Instance details

Defined in StripeAPI.Operations.GetCustomersCustomer