stripeapi-0.1.0.0: 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

-> String

customer | Constraints: Maximum length of 5000

-> String

id

-> 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