stripeapi-0.1.0.2: Stripe-Library

Safe HaskellNone
LanguageHaskell2010

StripeAPI.Operations.DeleteCustomersCustomerSourcesId

Description

Contains the different functions to run the operation deleteCustomersCustomerSourcesId

Synopsis

Documentation

deleteCustomersCustomerSourcesId Source #

Arguments

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

The configuration to use in the request

-> Text

customer | Constraints: Maximum length of 5000

-> Text

id

-> Maybe DeleteCustomersCustomerSourcesIdRequestBody

The request body to send

-> m (Either HttpException (Response DeleteCustomersCustomerSourcesIdResponse))

Monad containing the result of the operation

DELETE /v1/customers/{customer}/sources/{id}

<p>Delete a specified source for a given customer.</p>

data DeleteCustomersCustomerSourcesIdRequestBody Source #

Defines the data type for the schema deleteCustomersCustomerSourcesIdRequestBody

Constructors

DeleteCustomersCustomerSourcesIdRequestBody 

Fields

data DeleteCustomersCustomerSourcesIdResponseBody200 Source #

Defines the data type for the schema DeleteCustomersCustomerSourcesIdResponseBody200

Constructors

DeleteCustomersCustomerSourcesIdResponseBody200 

Fields

Instances
Eq DeleteCustomersCustomerSourcesIdResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

Show DeleteCustomersCustomerSourcesIdResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

ToJSON DeleteCustomersCustomerSourcesIdResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

FromJSON DeleteCustomersCustomerSourcesIdResponseBody200 Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

data DeleteCustomersCustomerSourcesIdResponseBody200Deleted' Source #

Defines the enum schema DeleteCustomersCustomerSourcesIdResponseBody200Deleted'

Always true for a deleted object

Instances
Eq DeleteCustomersCustomerSourcesIdResponseBody200Deleted' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

Show DeleteCustomersCustomerSourcesIdResponseBody200Deleted' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

ToJSON DeleteCustomersCustomerSourcesIdResponseBody200Deleted' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

FromJSON DeleteCustomersCustomerSourcesIdResponseBody200Deleted' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

data DeleteCustomersCustomerSourcesIdResponseBody200Object' Source #

Defines the enum schema DeleteCustomersCustomerSourcesIdResponseBody200Object'

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

Instances
Eq DeleteCustomersCustomerSourcesIdResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

Show DeleteCustomersCustomerSourcesIdResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

ToJSON DeleteCustomersCustomerSourcesIdResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId

FromJSON DeleteCustomersCustomerSourcesIdResponseBody200Object' Source # 
Instance details

Defined in StripeAPI.Operations.DeleteCustomersCustomerSourcesId