Liking cljdoc? Tell your friends :D

clj-stripe.customers

Functions for Stripe Customers API

Functions for Stripe Customers API
raw docstring

create-customerclj

(create-customer & extra-info)

Creates a create-customer operation. Optionally accepts the following parameters: A credit card (see common/card) A coupon (see common/coupon) An email (see email) A description (see common/description) A plan identifier (see common/plan) A trial end date (see common/trial-end) Execute with common/execute.

Creates a create-customer operation.
Optionally accepts the following parameters:
  A credit card (see common/card)
  A coupon (see common/coupon)
  An email (see email)
  A description (see common/description)
  A plan identifier (see common/plan)
  A trial end date (see common/trial-end)
Execute with common/execute.
sourceraw docstring

delete-customerclj

(delete-customer customer-id)

Creates an delete-customer operation. Requires the customer id as a string. Execute with common/execute.

Creates an delete-customer operation.
Requires the customer id as a string.
Execute with common/execute.
sourceraw docstring

emailclj

(email e)

Creates the data representation of a customer's email address.

Creates the data representation of a customer's email address.
sourceraw docstring

get-customerclj

(get-customer customer-id)

Creates a get-customer operation. Requires the customer id as a string. Execute with common/execute.

Creates a get-customer operation.
Requires the customer id as a string.
Execute with common/execute.
sourceraw docstring

get-customersclj

(get-customers)
(get-customers position)

Creates a get-customers operation. Optionally accepts a position. It can be an offset (see common/offset), a count (see common/limit-count) or both (see common/position). Execute with common/execute.

Creates a get-customers operation.
Optionally accepts a position. It can be an offset (see common/offset), a count (see common/limit-count) or both (see common/position).
Execute with common/execute.
sourceraw docstring

update-customerclj

(update-customer customer-id & extra-info)

Creates an update-customer operation. Requires the customer id as a string. Optionally accepts the following parameters: A credit card (see common/card) A coupon (see common/coupon) An email address (see email) A description (see common/description) Execute with common/execute.

Creates an update-customer operation.
Requires the customer id as a string.
Optionally accepts the following parameters:
  A credit card (see common/card)
  A coupon (see common/coupon)
  An email address (see email)
  A description (see common/description)
Execute with common/execute.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close