Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contains the different functions to run the operation postCustomersCustomerSourcesIdVerify
Synopsis
- postCustomersCustomerSourcesIdVerify :: forall m. MonadHTTP m => PostCustomersCustomerSourcesIdVerifyParameters -> Maybe PostCustomersCustomerSourcesIdVerifyRequestBody -> ClientT m (Response PostCustomersCustomerSourcesIdVerifyResponse)
- data PostCustomersCustomerSourcesIdVerifyParameters = PostCustomersCustomerSourcesIdVerifyParameters {}
- mkPostCustomersCustomerSourcesIdVerifyParameters :: Text -> Text -> PostCustomersCustomerSourcesIdVerifyParameters
- data PostCustomersCustomerSourcesIdVerifyRequestBody = PostCustomersCustomerSourcesIdVerifyRequestBody {}
- mkPostCustomersCustomerSourcesIdVerifyRequestBody :: PostCustomersCustomerSourcesIdVerifyRequestBody
- data PostCustomersCustomerSourcesIdVerifyResponse
Documentation
postCustomersCustomerSourcesIdVerify Source #
:: forall m. MonadHTTP m | |
=> PostCustomersCustomerSourcesIdVerifyParameters | Contains all available parameters of this operation (query and path parameters) |
-> Maybe PostCustomersCustomerSourcesIdVerifyRequestBody | The request body to send |
-> ClientT m (Response PostCustomersCustomerSourcesIdVerifyResponse) | Monadic computation which returns the result of the operation |
POST /v1/customers/{customer}/sources/{id}/verify
<p>Verify a specified bank account for a given customer.</p>
data PostCustomersCustomerSourcesIdVerifyParameters Source #
Defines the object schema located at paths./v1/customers/{customer}/sources/{id}/verify.POST.parameters
in the specification.
PostCustomersCustomerSourcesIdVerifyParameters | |
|
Instances
mkPostCustomersCustomerSourcesIdVerifyParameters Source #
Create a new PostCustomersCustomerSourcesIdVerifyParameters
with all required fields.
data PostCustomersCustomerSourcesIdVerifyRequestBody Source #
Defines the object schema located at paths./v1/customers/{customer}/sources/{id}/verify.POST.requestBody.content.application/x-www-form-urlencoded.schema
in the specification.
PostCustomersCustomerSourcesIdVerifyRequestBody | |
|
Instances
mkPostCustomersCustomerSourcesIdVerifyRequestBody :: PostCustomersCustomerSourcesIdVerifyRequestBody Source #
Create a new PostCustomersCustomerSourcesIdVerifyRequestBody
with all required fields.
data PostCustomersCustomerSourcesIdVerifyResponse Source #
Represents a response of the operation postCustomersCustomerSourcesIdVerify
.
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), PostCustomersCustomerSourcesIdVerifyResponseError
is used.
PostCustomersCustomerSourcesIdVerifyResponseError String | Means either no matching case available or a parse error |
PostCustomersCustomerSourcesIdVerifyResponse200 BankAccount | Successful response. |
PostCustomersCustomerSourcesIdVerifyResponseDefault Error | Error response. |