The stripe Reference Manual

This is the stripe Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Thu Aug 15 06:34:19 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 stripe

A client for the Stripe payment API.

Author

Michael Fiano <>

Home Page

https://git.mfiano.net/mfiano/stripe

License

MIT

Dependencies
  • dexador (system).
  • local-time (system).
  • mfiano-utils (system).
  • yason (system).
Source

stripe.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 stripe/stripe.asd

Source

stripe.asd.

Parent Component

stripe (system).

ASDF Systems

stripe.


3.1.2 stripe/package.lisp

Source

stripe.asd.

Parent Component

stripe (system).

Packages

stripe.


3.1.3 stripe/common.lisp

Dependency

package.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.4 stripe/error.lisp

Dependency

common.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.5 stripe/object.lisp

Dependency

error.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.6 stripe/query.lisp

Dependency

object.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Internals

3.1.7 stripe/balance.lisp

Dependency

query.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

balance-funds (class).


3.1.8 stripe/balance-transaction.lisp

Dependency

balance.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

retrieve-balance-transaction (function).


3.1.9 stripe/card.lisp

Dependency

balance-transaction.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.10 stripe/charge.lisp

Dependency

card.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.11 stripe/coupon.lisp

Dependency

charge.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.12 stripe/credit-note.lisp

Dependency

coupon.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

customer-balance-transaction (reader method).


3.1.13 stripe/customer.lisp

Dependency

credit-note.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.14 stripe/customer-balance-transaction.lisp

Dependency

customer.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

customer-balance-transaction (class).


3.1.15 stripe/customer-tax-id.lisp

Dependency

customer-balance-transaction.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.16 stripe/discount.lisp

Dependency

customer-tax-id.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.17 stripe/invoice.lisp

Dependency

discount.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.18 stripe/invoice-item.lisp

Dependency

invoice.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.19 stripe/order.lisp

Dependency

invoice-item.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.20 stripe/payout.lisp

Dependency

order.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

payout (class).


3.1.21 stripe/plan.lisp

Dependency

payout.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.22 stripe/product.lisp

Dependency

plan.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.23 stripe/refund.lisp

Dependency

product.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.24 stripe/return.lisp

Dependency

refund.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

order-return (class).


3.1.25 stripe/sku.lisp

Dependency

return.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

3.1.26 stripe/subscription.lisp

Dependency

sku.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.27 stripe/subscription-item.lisp

Dependency

subscription.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface

3.1.28 stripe/token.lisp

Dependency

subscription-item.lisp (file).

Source

stripe.asd.

Parent Component

stripe (system).

Public Interface
Internals

card-token (class).


4 Packages

Packages are listed by definition order.


4.1 stripe

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Special variables

Special Variable: *api-key*
Package

stripe.

Source

common.lisp.

Special Variable: *api-version*
Package

stripe.

Source

common.lisp.


5.1.2 Ordinary functions

Function: cancel-payout (&rest args &key payout)
Package

stripe.

Source

payout.lisp.

Function: cancel-subscription (&rest args &key subscription invoice-now prorate)
Package

stripe.

Source

subscription.lisp.

Function: create-card (&rest args &key customer source)
Package

stripe.

Source

card.lisp.

Function: create-card-token (&rest args &key card)
Package

stripe.

Source

token.lisp.

Function: create-charge (&rest args &key amount currency capture customer description shipping source statement-descriptor)
Package

stripe.

Source

charge.lisp.

Function: create-coupon (&rest args &key id duration amount-off currency duration-in-months max-redemptions name percent-off redeem-by)
Package

stripe.

Source

coupon.lisp.

Function: create-credit-note (&rest args &key amount invoice credit-amount memo reason refund refund-amount)
Package

stripe.

Source

credit-note.lisp.

Function: create-customer (&rest args &key balance description name email phone address shipping source)
Package

stripe.

Source

customer.lisp.

Function: create-customer-balance-transaction (&rest args &key customer amount currency description)
Package

stripe.

Source

customer-balance-transaction.lisp.

Function: create-customer-tax-id (&rest args &key customer type value)
Package

stripe.

Source

customer-tax-id.lisp.

Function: create-invoice (&rest args &key auto-advance collection-method customer days-until-due default-payment-method default-source description due-date footer statement-descriptor subscription)
Package

stripe.

Source

invoice.lisp.

Function: create-invoice-item (&rest args &key currency customer amount description discountable invoice period quantity subscription unit-amount)
Package

stripe.

Source

invoice-item.lisp.

Function: create-order (&rest args &key currency coupon customer email items shipping)
Package

stripe.

Source

order.lisp.

Function: create-payout (&rest args &key amount currency description destination method source-type statement-descriptor)
Package

stripe.

Source

payout.lisp.

Function: create-plan (&rest args &key active aggregate-usage amount billing-scheme currency interval interval-count nickname product trial-period-days usage-type)
Package

stripe.

Source

plan.lisp.

Function: create-product (&rest args &key name type active attributes caption description images package-dimensions shippable url)
Package

stripe.

Source

product.lisp.

Function: create-refund (&rest args &key charge amount reason)
Package

stripe.

Source

refund.lisp.

Function: create-sku (&rest args &key currency inventory price product active attributes image package-dimensions)
Package

stripe.

Source

sku.lisp.

Function: create-subscription (&rest args &key customer backdate-start-date billing-cycle-anchor cancel-at cancel-at-period-end collection-method coupon days-until-due default-payment-method default-source items prorate trial-end trial-from-plan trial-period-days)
Package

stripe.

Source

subscription.lisp.

Function: create-subscription-item (&rest args &key plan subscription prorate proration-date quantity)
Package

stripe.

Source

subscription-item.lisp.

Function: delete-card (&rest args &key customer card)
Package

stripe.

Source

card.lisp.

Function: delete-coupon (&rest args &key coupon)
Package

stripe.

Source

coupon.lisp.

Function: delete-customer (&rest args &key customer)
Package

stripe.

Source

customer.lisp.

Function: delete-customer-discount (&rest args &key customer)
Package

stripe.

Source

discount.lisp.

Function: delete-customer-tax-id (&rest args &key customer tax-id)
Package

stripe.

Source

customer-tax-id.lisp.

Function: delete-invoice (&rest args &key invoice)
Package

stripe.

Source

invoice.lisp.

Function: delete-invoice-item (&rest args &key invoice-item)
Package

stripe.

Source

invoice-item.lisp.

Function: delete-plan (&rest args &key plan)
Package

stripe.

Source

plan.lisp.

Function: delete-product (&rest args &key product)
Package

stripe.

Source

product.lisp.

Function: delete-sku (&rest args &key sku)
Package

stripe.

Source

sku.lisp.

Function: delete-subscription-discount (&rest args &key subscription)
Package

stripe.

Source

discount.lisp.

Function: delete-subscription-item (&rest args &key subscription-item clear-usage prorate proration-date)
Package

stripe.

Source

subscription-item.lisp.

Function: finalize-invoice (&rest args &key invoice auto-advance)
Package

stripe.

Source

invoice.lisp.

Function: list-balance-history (&rest args &key available-on created currency ending-before limit payout source starting-after type)
Package

stripe.

Source

balance-transaction.lisp.

Function: list-cards (&rest args &key customer)
Package

stripe.

Source

card.lisp.

Function: list-charges (&rest args &key created customer ending-before limit payment-intent starting-after)
Package

stripe.

Source

charge.lisp.

Function: list-coupons (&rest args &key created ending-before limit starting-after)
Package

stripe.

Source

coupon.lisp.

Function: list-credit-notes (&rest args &key ending-before invoice limit starting-after)
Package

stripe.

Source

credit-note.lisp.

Function: list-customer-balance-transactions (&rest args &key customer ending-before limit starting-after)
Package

stripe.

Source

customer-balance-transaction.lisp.

Function: list-customer-tax-ids (&rest args &key customer ending-before limit starting-after)
Package

stripe.

Source

customer-tax-id.lisp.

Function: list-customers (&rest args &key created email ending-before limit starting-after)
Package

stripe.

Source

customer.lisp.

Function: list-invoice-items (&rest args &key created customer ending-before invoice limit pending starting-after)
Package

stripe.

Source

invoice-item.lisp.

Function: list-invoices (&rest args &key collection-method created customer due-date ending-before limit starting-after status subscription)
Package

stripe.

Source

invoice.lisp.

Function: list-order-returns (&rest args &key created ending-before limit order starting-after)
Package

stripe.

Source

return.lisp.

Function: list-orders (&rest args &key created customer ending-before ids limit starting-after status status-transitions upstream-ids)
Package

stripe.

Source

order.lisp.

Function: list-payouts (&rest args &key arrival-date created destination ending-before limit starting-after status)
Package

stripe.

Source

payout.lisp.

Function: list-plans (&rest args &key active created ending-before limit product starting-after)
Package

stripe.

Source

plan.lisp.

Function: list-products (&rest args &key active created ending-before ids limit shippable starting-after type url)
Package

stripe.

Source

product.lisp.

Function: list-refunds (&rest args &key charge created ending-before limit starting-after)
Package

stripe.

Source

refund.lisp.

Function: list-skus (&rest args &key active attributes ending-before ids in-stock limit product starting-after)
Package

stripe.

Source

sku.lisp.

Function: list-subscription-items (&rest args &key ending-before limit starting-after)
Package

stripe.

Source

subscription-item.lisp.

Function: list-subscriptions (&rest args &key collection-method created current-period-end current-period-start customer ending-before limit plan starting-after status)
Package

stripe.

Source

subscription.lisp.

Function: mark-invoice-uncollectible (&rest args &key invoice)
Package

stripe.

Source

invoice.lisp.

Function: pay-invoice (&rest args &key invoice forgive paid-out-of-band payment-method source)
Package

stripe.

Source

invoice.lisp.

Function: pay-order (&rest args &key order customer source email)
Package

stripe.

Source

order.lisp.

Function: retrieve-balance (&rest args &key)
Package

stripe.

Source

balance.lisp.

Function: retrieve-card (&rest args &key customer card)
Package

stripe.

Source

card.lisp.

Function: retrieve-card-token (&rest args &key card-token)
Package

stripe.

Source

token.lisp.

Function: retrieve-charge (&rest args &key charge)
Package

stripe.

Source

charge.lisp.

Function: retrieve-coupon (&rest args &key coupon)
Package

stripe.

Source

coupon.lisp.

Function: retrieve-credit-note (&rest args &key credit-note)
Package

stripe.

Source

credit-note.lisp.

Function: retrieve-customer (&rest args &key customer)
Package

stripe.

Source

customer.lisp.

Function: retrieve-customer-balance-transaction (&rest args &key customer transaction)
Package

stripe.

Source

customer-balance-transaction.lisp.

Function: retrieve-customer-tax-id (&rest args &key customer tax-id)
Package

stripe.

Source

customer-tax-id.lisp.

Function: retrieve-invoice (&rest args &key invoice)
Package

stripe.

Source

invoice.lisp.

Function: retrieve-invoice-item (&rest args &key invoice-item)
Package

stripe.

Source

invoice-item.lisp.

Function: retrieve-invoice-lines (&rest args &key invoice ending-before limit starting-after)
Package

stripe.

Source

invoice.lisp.

Function: retrieve-order (&rest args &key order)
Package

stripe.

Source

order.lisp.

Function: retrieve-order-return (&rest args &key order-return)
Package

stripe.

Source

return.lisp.

Function: retrieve-payout (&rest args &key payout)
Package

stripe.

Source

payout.lisp.

Function: retrieve-plan (&rest args &key plan)
Package

stripe.

Source

plan.lisp.

Function: retrieve-product (&rest args &key product)
Package

stripe.

Source

product.lisp.

Function: retrieve-refund (&rest args &key refund)
Package

stripe.

Source

refund.lisp.

Function: retrieve-sku (&rest args &key sku)
Package

stripe.

Source

sku.lisp.

Function: retrieve-subscription (&rest args &key subscription)
Package

stripe.

Source

subscription.lisp.

Function: retrieve-subscription-item (&rest args &key subscription-item)
Package

stripe.

Source

subscription-item.lisp.

Function: retrieve-upcoming-invoice (&rest args &key coupon customer invoice-items schedule subscription subscription-billing-cycle-anchor subscription-cancel-at subscription-cancel-at-period-end subscription-cancel-now subscription-items subscription-prorate subscription-proration-date subscription-start-date subscription-trial-end subscription-trial-from-plan)
Package

stripe.

Source

invoice.lisp.

Function: retrieve-upcoming-invoice-lines (&rest args &key coupon customer ending-before invoice-items limit schedule starting-after subscription subscription-billing-anchor subscription-cancel-at subscription-cancel-at-period-end subscription-cancel-now subscription-items subscription-prorate subscription-proration-date subscription-start-date subscription-trial-end subscription-trial-from-plan)
Package

stripe.

Source

invoice.lisp.

Function: return-order (&rest args &key order items)
Package

stripe.

Source

order.lisp.

Function: send-invoice (&rest args &key invoice)
Package

stripe.

Source

invoice.lisp.

Function: update-card (&rest args &key customer card address-city address-country address-line1 address-line2 address-state address-zip exp-month exp-year name)
Package

stripe.

Source

card.lisp.

Function: update-charge (&rest args &key charge customer description fraud-details)
Package

stripe.

Source

charge.lisp.

Function: update-coupon (&rest args &key coupon name)
Package

stripe.

Source

coupon.lisp.

Function: update-credit-note (&rest args &key credit-note memo)
Package

stripe.

Source

credit-note.lisp.

Function: update-customer (&rest args &key customer address balance coupon default-source description email name phone shipping source)
Package

stripe.

Source

customer.lisp.

Function: update-customer-balance-transaction (&rest args &key customer transaction description)
Package

stripe.

Source

customer-balance-transaction.lisp.

Function: update-invoice (&rest args &key invoice auto-advance collection-method days-until-due default-payment-method default-source description due-date footer statement-descriptor)
Package

stripe.

Source

invoice.lisp.

Function: update-invoice-item (&rest args &key invoice-item amount description discountable period quantity unit-amount)
Package

stripe.

Source

invoice-item.lisp.

Function: update-order (&rest args &key order coupon selected-shipping-method shipping status)
Package

stripe.

Source

order.lisp.

Function: update-plan (&rest args &key plan active nickname product trial-period-days)
Package

stripe.

Source

plan.lisp.

Function: update-product (&rest args &key product active attributes caption description images name package-dimensions shippable statement-descriptor unit-label url)
Package

stripe.

Source

product.lisp.

Function: update-sku (&rest args &key sku active attributes currency image inventory package-dimensions price product)
Package

stripe.

Source

sku.lisp.

Function: update-subscription (&rest args &key subscription billing-cycle-anchor cancel-at cancel-at-period-end collection-method coupon days-until-due default-payment-method default-source items prorate proration-date trial-end trial-from-plan)
Package

stripe.

Source

subscription.lisp.

Function: update-subscription-item (&rest args &key subscription-item plan prorate proration-date quantity)
Package

stripe.

Source

subscription-item.lisp.

Function: void-credit-note (&rest args &key credit-note)
Package

stripe.

Source

credit-note.lisp.

Function: void-invoice (&rest args &key invoice)
Package

stripe.

Source

invoice.lisp.


5.1.3 Generic functions

Generic Reader: account-country (object)
Package

stripe.

Methods
Reader Method: account-country ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%account-country.

Generic Reader: account-name (object)
Package

stripe.

Methods
Reader Method: account-name ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%account-name.

Generic Reader: active (object)
Package

stripe.

Methods
Reader Method: active ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%active.

Reader Method: active ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%active.

Reader Method: active ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%active.

Generic Reader: address (object)
Package

stripe.

Methods
Reader Method: address ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%address.

Reader Method: address ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%address.

Reader Method: address ((shipping shipping))

automatically generated reader method

Source

object.lisp.

Target Slot

%address.

Generic Reader: address-line1-check (object)
Package

stripe.

Methods
Reader Method: address-line1-check ((charge-card-checks charge-card-checks))

automatically generated reader method

Source

charge.lisp.

Target Slot

%address-line1-check.

Generic Reader: address-postal-code-check (object)
Package

stripe.

Methods
Reader Method: address-postal-code-check ((charge-card-checks charge-card-checks))

automatically generated reader method

Source

charge.lisp.

Target Slot

%address-postal-code-check.

Generic Reader: aggregate-usage (object)
Package

stripe.

Methods
Reader Method: aggregate-usage ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%aggregate-usage.

Generic Reader: amount (object)
Package

stripe.

Methods
Reader Method: amount ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%amount.

Reader Method: amount ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%amount.

Reader Method: amount ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%amount.

Reader Method: amount ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%amount.

Reader Method: amount ((order-item order-item))

automatically generated reader method

Source

order.lisp.

Target Slot

%amount.

Reader Method: amount ((order-shipping-methods order-shipping-methods))

automatically generated reader method

Source

order.lisp.

Target Slot

%amount.

Reader Method: amount ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%amount.

Reader Method: amount ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%amount.

Reader Method: amount ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%amount.

Reader Method: amount ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%amount.

Reader Method: amount ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%amount.

Reader Method: amount ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%amount.

Reader Method: amount ((fee fee))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%amount.

Reader Method: amount ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%amount.

Reader Method: amount ((balance-funds balance-funds))

automatically generated reader method

Source

balance.lisp.

Target Slot

%amount.

Generic Reader: amount-due (object)
Package

stripe.

Methods
Reader Method: amount-due ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%amount-due.

Generic Reader: amount-off (object)
Package

stripe.

Methods
Reader Method: amount-off ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%amount-off.

Generic Reader: amount-refunded (object)
Package

stripe.

Methods
Reader Method: amount-refunded ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%amount-refunded.

Generic Reader: amount-remaining (object)
Package

stripe.

Methods
Reader Method: amount-remaining ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%amount-remaining.

Generic Reader: amount-returned (object)
Package

stripe.

Methods
Reader Method: amount-returned ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%amount-returned.

Generic Reader: application (object)
Package

stripe.

Methods
Reader Method: application ((fee fee))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%application.

Generic Reader: arrival-date (object)
Package

stripe.

Methods
Reader Method: arrival-date ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%arrival-date.

Generic Reader: attempt-count (object)
Package

stripe.

Methods
Reader Method: attempt-count ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%attempt-count.

Generic Reader: attributes (object)
Package

stripe.

Methods
Reader Method: attributes ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%attributes.

Reader Method: attributes ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%attributes.

Generic Reader: auto-advance (object)
Package

stripe.

Methods
Reader Method: auto-advance ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%auto-advance.

Generic Reader: automatic (object)
Package

stripe.

Methods
Reader Method: automatic ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%automatic.

Generic Reader: available (object)
Package

stripe.

Methods
Reader Method: available ((balance balance))

automatically generated reader method

Source

balance.lisp.

Target Slot

%available.

Generic Reader: available-on (object)
Package

stripe.

Methods
Reader Method: available-on ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%available-on.

Generic Reader: available-payment-methods (object)
Package

stripe.

Methods
Reader Method: available-payment-methods ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%available-payment-methods.

Generic Reader: balance (object)
Package

stripe.

Methods
Reader Method: balance ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%balance.

Generic Reader: balance-transaction (object)
Package

stripe.

Methods
Reader Method: balance-transaction ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%balance-transaction.

Reader Method: balance-transaction ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%balance-transaction.

Reader Method: balance-transaction ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%balance-transaction.

Generic Reader: bank-account (object)
Package

stripe.

Methods
Reader Method: bank-account ((balance-funds balance-funds))

automatically generated reader method

Source

balance.lisp.

Target Slot

%bank-account.

Generic Reader: billing-cycle-anchor (object)
Package

stripe.

Methods
Reader Method: billing-cycle-anchor ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%billing-cycle-anchor.

Generic Reader: billing-details (object)
Package

stripe.

Methods
Reader Method: billing-details ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%billing-details.

Generic Reader: billing-reason (object)
Package

stripe.

Methods
Reader Method: billing-reason ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%billing-reason.

Generic Reader: billing-scheme (object)
Package

stripe.

Methods
Reader Method: billing-scheme ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%billing-scheme.

Generic Reader: brand (object)
Package

stripe.

Methods
Reader Method: brand ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%brand.

Reader Method: brand ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%brand.

Generic Reader: cancel-at (object)
Package

stripe.

Methods
Reader Method: cancel-at ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%cancel-at.

Generic Reader: cancel-at-period-end (object)
Package

stripe.

Methods
Reader Method: cancel-at-period-end ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%cancel-at-period-end.

Generic Reader: canceled-at (object)
Package

stripe.

Methods
Reader Method: canceled-at ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%canceled-at.

Generic Reader: caption (object)
Package

stripe.

Methods
Reader Method: caption ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%caption.

Generic Reader: captured (object)
Package

stripe.

Methods
Reader Method: captured ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%captured.

Generic Reader: card (object)
Package

stripe.

Methods
Reader Method: card ((card-token card-token))

automatically generated reader method

Source

token.lisp.

Target Slot

%card.

Reader Method: card ((balance-funds balance-funds))

automatically generated reader method

Source

balance.lisp.

Target Slot

%card.

Generic Reader: carrier (object)
Package

stripe.

Methods
Reader Method: carrier ((order-shipping order-shipping))

automatically generated reader method

Source

order.lisp.

Target Slot

%carrier.

Generic Reader: charge (object)
Package

stripe.

Methods
Reader Method: charge ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%charge.

Reader Method: charge ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%charge.

Reader Method: charge ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%charge.

Generic Reader: checks (object)
Package

stripe.

Methods
Reader Method: checks ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%checks.

Generic Reader: city (object)
Package

stripe.

Methods
Reader Method: city ((address address))

automatically generated reader method

Source

object.lisp.

Target Slot

%city.

Generic Reader: client-ip (object)
Package

stripe.

Methods
Reader Method: client-ip ((card-token card-token))

automatically generated reader method

Source

token.lisp.

Target Slot

%client-ip.

Generic Reader: collection-method (object)
Package

stripe.

Methods
Reader Method: collection-method ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%collection-method.

Reader Method: collection-method ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%collection-method.

Generic Reader: country (object)
Package

stripe.

Methods
Reader Method: country ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%country.

Reader Method: country ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%country.

Reader Method: country ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%country.

Reader Method: country ((address address))

automatically generated reader method

Source

object.lisp.

Target Slot

%country.

Generic Reader: coupon (object)
Package

stripe.

Methods
Reader Method: coupon ((discount discount))

automatically generated reader method

Source

discount.lisp.

Target Slot

%coupon.

Generic Reader: created (object)
Package

stripe.

Methods
Reader Method: created ((card-token card-token))

automatically generated reader method

Source

token.lisp.

Target Slot

%created.

Reader Method: created ((subscription-item subscription-item))

automatically generated reader method

Source

subscription-item.lisp.

Target Slot

%created.

Reader Method: created ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%created.

Reader Method: created ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%created.

Reader Method: created ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%created.

Reader Method: created ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%created.

Reader Method: created ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%created.

Reader Method: created ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%created.

Reader Method: created ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%created.

Reader Method: created ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%created.

Reader Method: created ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%created.

Reader Method: created ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%created.

Reader Method: created ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%created.

Reader Method: created ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%created.

Reader Method: created ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%created.

Reader Method: created ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%created.

Reader Method: created ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%created.

Reader Method: created ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%created.

Generic Reader: credit-note (object)
Package

stripe.

Methods
Reader Method: credit-note ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%credit-note.

Generic Reader: credit-note-number (object)
Package

stripe.

Methods
Reader Method: credit-note-number ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%number.

Generic Reader: credit-note-type (object)
Package

stripe.

Methods
Reader Method: credit-note-type ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%type.

Generic Reader: currency (object)
Package

stripe.

Methods
Reader Method: currency ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%currency.

Reader Method: currency ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%currency.

Reader Method: currency ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%currency.

Reader Method: currency ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%currency.

Reader Method: currency ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%currency.

Reader Method: currency ((order-item order-item))

automatically generated reader method

Source

order.lisp.

Target Slot

%currency.

Reader Method: currency ((order-shipping-methods order-shipping-methods))

automatically generated reader method

Source

order.lisp.

Target Slot

%currency.

Reader Method: currency ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%currency.

Reader Method: currency ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%currency.

Reader Method: currency ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%currency.

Reader Method: currency ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%currency.

Reader Method: currency ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%currency.

Reader Method: currency ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%currency.

Reader Method: currency ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%currency.

Reader Method: currency ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%currency.

Reader Method: currency ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%currency.

Reader Method: currency ((fee fee))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%currency.

Reader Method: currency ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%currency.

Reader Method: currency ((balance-funds balance-funds))

automatically generated reader method

Source

balance.lisp.

Target Slot

%currency.

Generic Reader: current-period-end (object)
Package

stripe.

Methods
Reader Method: current-period-end ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%current-period-end.

Generic Reader: current-period-start (object)
Package

stripe.

Methods
Reader Method: current-period-start ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%current-period-start.

Generic Reader: customer (object)
Package

stripe.

Methods
Reader Method: customer ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%customer.

Reader Method: customer ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%customer.

Reader Method: customer ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%customer.

Reader Method: customer ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%customer.

Reader Method: customer ((discount discount))

automatically generated reader method

Source

discount.lisp.

Target Slot

%customer.

Reader Method: customer ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%customer.

Reader Method: customer ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%customer.

Reader Method: customer ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%customer.

Reader Method: customer ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%customer.

Reader Method: customer ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%customer.

Generic Reader: customer-address (object)
Package

stripe.

Methods
Reader Method: customer-address ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%customer-address.

Generic Reader: customer-email (object)
Package

stripe.

Methods
Reader Method: customer-email ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%customer-email.

Generic Reader: customer-name (object)
Package

stripe.

Methods
Reader Method: customer-name ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%customer-name.

Generic Reader: customer-phone (object)
Package

stripe.

Methods
Reader Method: customer-phone ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%customer-phone.

Generic Reader: customer-shipping (object)
Package

stripe.

Methods
Reader Method: customer-shipping ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%customer-shipping.

Generic Reader: cvc-check (object)
Package

stripe.

Methods
Reader Method: cvc-check ((charge-card-checks charge-card-checks))

automatically generated reader method

Source

charge.lisp.

Target Slot

%cvc-check.

Generic Reader: date (object)
Package

stripe.

Methods
Reader Method: date ((order-delivery-estimate order-delivery-estimate))

automatically generated reader method

Source

order.lisp.

Target Slot

%date.

Reader Method: date ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%date.

Generic Reader: days-until-due (object)
Package

stripe.

Methods
Reader Method: days-until-due ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%days-until-due.

Generic Reader: default-payment-method (object)
Package

stripe.

Methods
Reader Method: default-payment-method ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%default-payment-method.

Reader Method: default-payment-method ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%default-payment-method.

Generic Reader: default-source (object)
Package

stripe.

Methods
Reader Method: default-source ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%default-source.

Reader Method: default-source ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%default-source.

Generic Reader: delinquent (object)
Package

stripe.

Methods
Reader Method: delinquent ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%delinquent.

Generic Reader: delivery-estimate (object)
Package

stripe.

Methods
Reader Method: delivery-estimate ((order-shipping-methods order-shipping-methods))

automatically generated reader method

Source

order.lisp.

Target Slot

%delivery-estimate.

Generic Reader: delivery-estimate-type (object)
Package

stripe.

Methods
Reader Method: delivery-estimate-type ((order-delivery-estimate order-delivery-estimate))

automatically generated reader method

Source

order.lisp.

Target Slot

%type.

Generic Reader: description (object)
Package

stripe.

Methods
Reader Method: description ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%description.

Reader Method: description ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%description.

Reader Method: description ((order-item order-item))

automatically generated reader method

Source

order.lisp.

Target Slot

%description.

Reader Method: description ((order-shipping-methods order-shipping-methods))

automatically generated reader method

Source

order.lisp.

Target Slot

%description.

Reader Method: description ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%description.

Reader Method: description ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%description.

Reader Method: description ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%description.

Reader Method: description ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%description.

Reader Method: description ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%description.

Reader Method: description ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%description.

Reader Method: description ((fee fee))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%description.

Reader Method: description ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%description.

Generic Reader: destination (object)
Package

stripe.

Methods
Reader Method: destination ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%destination.

Generic Reader: discount (object)
Package

stripe.

Methods
Reader Method: discount ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%discount.

Reader Method: discount ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%discount.

Reader Method: discount ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%discount.

Generic Reader: discountable (object)
Package

stripe.

Methods
Reader Method: discountable ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%discountable.

Reader Method: discountable ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%discountable.

Generic Reader: dispute (object)
Package

stripe.

Methods
Reader Method: dispute ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%dispute.

Generic Reader: due-date (object)
Package

stripe.

Methods
Reader Method: due-date ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%due-date.

Generic Reader: duration (object)
Package

stripe.

Methods
Reader Method: duration ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%duration.

Generic Reader: duration-in-months (object)
Package

stripe.

Methods
Reader Method: duration-in-months ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%duration-in-months.

Generic Reader: earliest (object)
Package

stripe.

Methods
Reader Method: earliest ((order-delivery-estimate order-delivery-estimate))

automatically generated reader method

Source

order.lisp.

Target Slot

%earliest.

Generic Reader: email (object)
Package

stripe.

Methods
Reader Method: email ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%email.

Reader Method: email ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%email.

Reader Method: email ((billing-details billing-details))

automatically generated reader method

Source

object.lisp.

Target Slot

%email.

Generic Reader: end (object)
Package

stripe.

Methods
Reader Method: end ((discount discount))

automatically generated reader method

Source

discount.lisp.

Target Slot

%end.

Generic Reader: ended-at (object)
Package

stripe.

Methods
Reader Method: ended-at ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%ended-at.

Generic Reader: ending-balance (object)
Package

stripe.

Methods
Reader Method: ending-balance ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%ending-balance.

Reader Method: ending-balance ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%ending-balance.

Generic Reader: exchange-rate (object)
Package

stripe.

Methods
Reader Method: exchange-rate ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%exchange-rate.

Generic Reader: exp-month (object)
Package

stripe.

Methods
Reader Method: exp-month ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%exp-month.

Reader Method: exp-month ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%exp-month.

Generic Reader: exp-year (object)
Package

stripe.

Methods
Reader Method: exp-year ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%exp-year.

Reader Method: exp-year ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%exp-year.

Generic Reader: external-coupon-code (object)
Package

stripe.

Methods
Reader Method: external-coupon-code ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%external-coupon-code.

Generic Reader: failure-balance-transaction (object)
Package

stripe.

Methods
Reader Method: failure-balance-transaction ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%failure-balance-transaction.

Reader Method: failure-balance-transaction ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%failure-balance-transaction.

Generic Reader: failure-code (object)
Package

stripe.

Methods
Reader Method: failure-code ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%failure-code.

Reader Method: failure-code ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%failure-code.

Generic Reader: failure-message (object)
Package

stripe.

Methods
Reader Method: failure-message ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%failure-message.

Reader Method: failure-message ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%failure-message.

Generic Reader: failure-reason (object)
Package

stripe.

Methods
Reader Method: failure-reason ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%failure-reason.

Generic Reader: fee (object)
Package

stripe.

Methods
Reader Method: fee ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%fee.

Generic Reader: fee-details (object)
Package

stripe.

Methods
Reader Method: fee-details ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%fee-details.

Generic Reader: fee-type (object)
Package

stripe.

Methods
Reader Method: fee-type ((fee fee))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%type.

Generic Reader: finalized-at (object)
Package

stripe.

Methods
Reader Method: finalized-at ((invoice-status-transition invoice-status-transition))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%finalized-at.

Generic Reader: fingerprint (object)
Package

stripe.

Methods
Reader Method: fingerprint ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%fingerprint.

Reader Method: fingerprint ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%fingerprint.

Package

stripe.

Methods

automatically generated reader method

Source

invoice.lisp.

Target Slot

%footer.

Generic Reader: fraud-details (object)
Package

stripe.

Methods
Reader Method: fraud-details ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%fraud-details.

Generic Reader: funding (object)
Package

stripe.

Methods
Reader Method: funding ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%funding.

Reader Method: funding ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%funding.

Generic Reader: height (object)
Package

stripe.

Methods
Reader Method: height ((package-dimensions package-dimensions))

automatically generated reader method

Source

product.lisp.

Target Slot

%height.

Generic Reader: hosted-invoice-url (object)
Package

stripe.

Methods
Reader Method: hosted-invoice-url ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%hosted-invoice-url.

Generic Reader: id (object)
Package

stripe.

Methods
Reader Method: id ((card-token card-token))

automatically generated reader method

Source

token.lisp.

Target Slot

%id.

Reader Method: id ((subscription-item subscription-item))

automatically generated reader method

Source

subscription-item.lisp.

Target Slot

%id.

Reader Method: id ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%id.

Reader Method: id ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%id.

Reader Method: id ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%id.

Reader Method: id ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%id.

Reader Method: id ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%id.

Reader Method: id ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%id.

Reader Method: id ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%id.

Reader Method: id ((order-shipping-methods order-shipping-methods))

automatically generated reader method

Source

order.lisp.

Target Slot

%id.

Reader Method: id ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%id.

Reader Method: id ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%id.

Reader Method: id ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%id.

Reader Method: id ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%id.

Reader Method: id ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%id.

Reader Method: id ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%id.

Reader Method: id ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%id.

Reader Method: id ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%id.

Reader Method: id ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%id.

Reader Method: id ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%id.

Reader Method: id ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%id.

Reader Method: id ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%id.

Generic Reader: images (object)
Package

stripe.

Methods
Reader Method: images ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%images.

Generic Reader: interval (object)
Package

stripe.

Methods
Reader Method: interval ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%interval.

Generic Reader: inventory (object)
Package

stripe.

Methods
Reader Method: inventory ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%inventory.

Generic Reader: inventory-type (object)
Package

stripe.

Methods
Reader Method: inventory-type ((sku-inventory sku-inventory))

automatically generated reader method

Source

sku.lisp.

Target Slot

%type.

Generic Reader: invoice (object)
Package

stripe.

Methods
Reader Method: invoice ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%invoice.

Reader Method: invoice ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%invoice.

Reader Method: invoice ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%invoice.

Reader Method: invoice ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%invoice.

Generic Reader: invoice-item (object)
Package

stripe.

Methods
Reader Method: invoice-item ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%invoice-item.

Generic Reader: invoice-number (object)
Package

stripe.

Methods
Reader Method: invoice-number ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%number.

Generic Reader: invoice-pdf (object)
Package

stripe.

Methods
Reader Method: invoice-pdf ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%invoice-pdf.

Generic Reader: items (object)
Package

stripe.

Methods
Reader Method: items ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%items.

Reader Method: items ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%items.

Reader Method: items ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%items.

Generic Reader: last4 (object)
Package

stripe.

Methods
Reader Method: last4 ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%last4.

Reader Method: last4 ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%last4.

Generic Reader: latest (object)
Package

stripe.

Methods
Reader Method: latest ((order-delivery-estimate order-delivery-estimate))

automatically generated reader method

Source

order.lisp.

Target Slot

%latest.

Generic Reader: latest-invoice (object)
Package

stripe.

Methods
Reader Method: latest-invoice ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%latest-invoice.

Generic Reader: line1 (object)
Package

stripe.

Methods
Reader Method: line1 ((address address))

automatically generated reader method

Source

object.lisp.

Target Slot

%line1.

Generic Reader: line2 (object)
Package

stripe.

Methods
Reader Method: line2 ((address address))

automatically generated reader method

Source

object.lisp.

Target Slot

%line2.

Generic Reader: lines (object)
Package

stripe.

Methods
Reader Method: lines ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%lines.

Generic Reader: marked-uncollectible-at (object)
Package

stripe.

Methods
Reader Method: marked-uncollectible-at ((invoice-status-transition invoice-status-transition))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%marked-uncollectible-at.

Generic Reader: max-redemptions (object)
Package

stripe.

Methods
Reader Method: max-redemptions ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%max-redemptions.

Generic Reader: memo (object)
Package

stripe.

Methods
Reader Method: memo ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%memo.

Generic Reader: name (object)
Package

stripe.

Methods
Reader Method: name ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%name.

Reader Method: name ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%name.

Reader Method: name ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%name.

Reader Method: name ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%name.

Reader Method: name ((shipping shipping))

automatically generated reader method

Source

object.lisp.

Target Slot

%name.

Generic Reader: net (object)
Package

stripe.

Methods
Reader Method: net ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%net.

Generic Reader: network-status (object)
Package

stripe.

Methods
Reader Method: network-status ((charge-outcome charge-outcome))

automatically generated reader method

Source

charge.lisp.

Target Slot

%network-status.

Generic Reader: next-payment-attempt (object)
Package

stripe.

Methods
Reader Method: next-payment-attempt ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%next-payment-attempt.

Generic Reader: nickname (object)
Package

stripe.

Methods
Reader Method: nickname ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%nickname.

Generic Reader: order (object)
Package

stripe.

Methods
Reader Method: order ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%order.

Reader Method: order ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%order.

Generic Reader: order-item-type (object)
Package

stripe.

Methods
Reader Method: order-item-type ((order-item order-item))

automatically generated reader method

Source

order.lisp.

Target Slot

%type.

Generic Reader: outcome (object)
Package

stripe.

Methods
Reader Method: outcome ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%outcome.

Generic Reader: outcome-type (object)
Package

stripe.

Methods
Reader Method: outcome-type ((charge-outcome charge-outcome))

automatically generated reader method

Source

charge.lisp.

Target Slot

%type.

Generic Reader: package-dimensions (object)
Package

stripe.

Methods
Reader Method: package-dimensions ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%package-dimensions.

Reader Method: package-dimensions ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%package-dimensions.

Generic Reader: package-length (object)
Package

stripe.

Methods
Reader Method: package-length ((package-dimensions package-dimensions))

automatically generated reader method

Source

product.lisp.

Target Slot

%length.

Generic Reader: paid (object)
Package

stripe.

Methods
Reader Method: paid ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%paid.

Reader Method: paid ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%paid.

Generic Reader: paid-at (object)
Package

stripe.

Methods
Reader Method: paid-at ((invoice-status-transition invoice-status-transition))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%paid-at.

Generic Reader: parent (object)
Package

stripe.

Methods
Reader Method: parent ((order-item order-item))

automatically generated reader method

Source

order.lisp.

Target Slot

%parent.

Generic Reader: payment-intent (object)
Package

stripe.

Methods
Reader Method: payment-intent ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%payment-intent.

Reader Method: payment-intent ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%payment-intent.

Generic Reader: payment-method (object)
Package

stripe.

Methods
Reader Method: payment-method ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%payment-method.

Generic Reader: payment-method-details (object)
Package

stripe.

Methods
Reader Method: payment-method-details ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%payment-method-details.

Generic Reader: payout-method (object)
Package

stripe.

Methods
Reader Method: payout-method ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%method.

Generic Reader: payout-type (object)
Package

stripe.

Methods
Reader Method: payout-type ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%type.

Generic Reader: pdf (object)
Package

stripe.

Methods
Reader Method: pdf ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%pdf.

Generic Reader: pending (object)
Package

stripe.

Methods
Reader Method: pending ((balance balance))

automatically generated reader method

Source

balance.lisp.

Target Slot

%pending.

Generic Reader: percent-off (object)
Package

stripe.

Methods
Reader Method: percent-off ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%percent-off.

Generic Reader: period (object)
Package

stripe.

Methods
Reader Method: period ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%period.

Generic Reader: period-end (object)
Package

stripe.

Methods
Reader Method: period-end ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%period-end.

Reader Method: period-end ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%period-end.

Generic Reader: period-start (object)
Package

stripe.

Methods
Reader Method: period-start ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%period-start.

Reader Method: period-start ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%period-start.

Generic Reader: phone (object)
Package

stripe.

Methods
Reader Method: phone ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%phone.

Reader Method: phone ((shipping shipping))

automatically generated reader method

Source

object.lisp.

Target Slot

%phone.

Generic Reader: plan (object)
Package

stripe.

Methods
Reader Method: plan ((subscription-item subscription-item))

automatically generated reader method

Source

subscription-item.lisp.

Target Slot

%plan.

Reader Method: plan ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%plan.

Reader Method: plan ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%plan.

Generic Reader: postal-code (object)
Package

stripe.

Methods
Reader Method: postal-code ((address address))

automatically generated reader method

Source

object.lisp.

Target Slot

%postal-code.

Generic Reader: price (object)
Package

stripe.

Methods
Reader Method: price ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%price.

Generic Reader: product (object)
Package

stripe.

Methods
Reader Method: product ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%product.

Reader Method: product ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%product.

Generic Reader: product-type (object)
Package

stripe.

Methods
Reader Method: product-type ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%type.

Generic Reader: proration (object)
Package

stripe.

Methods
Reader Method: proration ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%proration.

Reader Method: proration ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%proration.

Generic Reader: quantity (object)
Package

stripe.

Methods
Reader Method: quantity ((subscription-item subscription-item))

automatically generated reader method

Source

subscription-item.lisp.

Target Slot

%quantity.

Reader Method: quantity ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%quantity.

Reader Method: quantity ((sku-inventory sku-inventory))

automatically generated reader method

Source

sku.lisp.

Target Slot

%quantity.

Reader Method: quantity ((order-item order-item))

automatically generated reader method

Source

order.lisp.

Target Slot

%quantity.

Reader Method: quantity ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%quantity.

Reader Method: quantity ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%quantity.

Generic Reader: reason (object)
Package

stripe.

Methods
Reader Method: reason ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%reason.

Reader Method: reason ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%reason.

Reader Method: reason ((charge-outcome charge-outcome))

automatically generated reader method

Source

charge.lisp.

Target Slot

%reason.

Generic Reader: receipt-email (object)
Package

stripe.

Methods
Reader Method: receipt-email ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%receipt-email.

Generic Reader: receipt-number (object)
Package

stripe.

Methods
Reader Method: receipt-number ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%receipt-number.

Reader Method: receipt-number ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%receipt-number.

Reader Method: receipt-number ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%receipt-number.

Generic Reader: receipt-url (object)
Package

stripe.

Methods
Reader Method: receipt-url ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%receipt-url.

Generic Reader: redeem-by (object)
Package

stripe.

Methods
Reader Method: redeem-by ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%redeem-by.

Generic Reader: refund (object)
Package

stripe.

Methods
Reader Method: refund ((order-return order-return))

automatically generated reader method

Source

return.lisp.

Target Slot

%refund.

Reader Method: refund ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%refund.

Generic Reader: refunded (object)
Package

stripe.

Methods
Reader Method: refunded ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%refunded.

Generic Reader: refunds (object)
Package

stripe.

Methods
Reader Method: refunds ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%refunds.

Generic Reader: returns (object)
Package

stripe.

Methods
Reader Method: returns ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%returns.

Generic Reader: review (object)
Package

stripe.

Methods
Reader Method: review ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%review.

Generic Reader: risk-level (object)
Package

stripe.

Methods
Reader Method: risk-level ((charge-outcome charge-outcome))

automatically generated reader method

Source

charge.lisp.

Target Slot

%risk-level.

Generic Reader: risk-score (object)
Package

stripe.

Methods
Reader Method: risk-score ((charge-outcome charge-outcome))

automatically generated reader method

Source

charge.lisp.

Target Slot

%risk-score.

Generic Reader: schedule (object)
Package

stripe.

Methods
Reader Method: schedule ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%schedule.

Generic Reader: selected-shipping-method (object)
Package

stripe.

Methods
Reader Method: selected-shipping-method ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%selected-shipping-method.

Generic Reader: seller-message (object)
Package

stripe.

Methods
Reader Method: seller-message ((charge-outcome charge-outcome))

automatically generated reader method

Source

charge.lisp.

Target Slot

%seller-message.

Generic Reader: shippable (object)
Package

stripe.

Methods
Reader Method: shippable ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%shippable.

Generic Reader: shipping (object)
Package

stripe.

Methods
Reader Method: shipping ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%shipping.

Reader Method: shipping ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%shipping.

Reader Method: shipping ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%shipping.

Generic Reader: shipping-methods (object)
Package

stripe.

Methods
Reader Method: shipping-methods ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%shipping-methods.

Generic Reader: source (object)
Package

stripe.

Methods
Reader Method: source ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%source.

Generic Reader: source-type (object)
Package

stripe.

Methods
Reader Method: source-type ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%source-type.

Reader Method: source-type ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%type.

Generic Reader: sources (object)
Package

stripe.

Methods
Reader Method: sources ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%sources.

Generic Reader: start (object)
Package

stripe.

Methods
Reader Method: start ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%start.

Reader Method: start ((discount discount))

automatically generated reader method

Source

discount.lisp.

Target Slot

%start.

Generic Reader: start-date (object)
Package

stripe.

Methods
Reader Method: start-date ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%start-date.

Generic Reader: starting-balance (object)
Package

stripe.

Methods
Reader Method: starting-balance ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%starting-balance.

Generic Reader: state (object)
Package

stripe.

Methods
Reader Method: state ((address address))

automatically generated reader method

Source

object.lisp.

Target Slot

%state.

Generic Reader: statement-descriptor (object)
Package

stripe.

Methods
Reader Method: statement-descriptor ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%statement-descriptor.

Reader Method: statement-descriptor ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%statement-descriptor.

Reader Method: statement-descriptor ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%statement-descriptor.

Generic Reader: status (object)
Package

stripe.

Methods
Reader Method: status ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%status.

Reader Method: status ((refund refund))

automatically generated reader method

Source

refund.lisp.

Target Slot

%status.

Reader Method: status ((payout payout))

automatically generated reader method

Source

payout.lisp.

Target Slot

%status.

Reader Method: status ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%status.

Reader Method: status ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%status.

Reader Method: status ((tax-id-verification tax-id-verification))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%status.

Reader Method: status ((credit-note credit-note))

automatically generated reader method

Source

credit-note.lisp.

Target Slot

%status.

Reader Method: status ((charge charge))

automatically generated reader method

Source

charge.lisp.

Target Slot

%status.

Reader Method: status ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%status.

Generic Reader: status-transitions (object)
Package

stripe.

Methods
Reader Method: status-transitions ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%status-transitions.

Reader Method: status-transitions ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%status-transitions.

Generic Reader: stripe-report (object)
Package

stripe.

Methods
Reader Method: stripe-report ((charge-fraud-details charge-fraud-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%stripe-report.

Generic Reader: subscription (object)
Package

stripe.

Methods
Reader Method: subscription ((subscription-item subscription-item))

automatically generated reader method

Source

subscription-item.lisp.

Target Slot

%subscription.

Reader Method: subscription ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%subscription.

Reader Method: subscription ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%subscription.

Reader Method: subscription ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%subscription.

Reader Method: subscription ((discount discount))

automatically generated reader method

Source

discount.lisp.

Target Slot

%subscription.

Generic Reader: subscription-item (object)
Package

stripe.

Methods
Reader Method: subscription-item ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%subscription-item.

Reader Method: subscription-item ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%subscription-item.

Generic Reader: subscription-proration-date (object)
Package

stripe.

Methods
Reader Method: subscription-proration-date ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%subscription-proration-date.

Generic Reader: subscriptions (object)
Package

stripe.

Methods
Reader Method: subscriptions ((customer customer))

automatically generated reader method

Source

customer.lisp.

Target Slot

%subscriptions.

Generic Reader: subtotal (object)
Package

stripe.

Methods
Reader Method: subtotal ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%subtotal.

Generic Reader: tax (object)
Package

stripe.

Methods
Reader Method: tax ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%tax.

Generic Reader: tax-id-type (object)
Package

stripe.

Methods
Reader Method: tax-id-type ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%type.

Generic Reader: three-d-secure (object)
Package

stripe.

Methods
Reader Method: three-d-secure ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%three-d-secure.

Generic Reader: times-redeemed (object)
Package

stripe.

Methods
Reader Method: times-redeemed ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%times-redeemed.

Generic Reader: tokenization-method (object)
Package

stripe.

Methods
Reader Method: tokenization-method ((card card))

automatically generated reader method

Source

card.lisp.

Target Slot

%tokenization-method.

Generic Reader: total (object)
Package

stripe.

Methods
Reader Method: total ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%total.

Generic Reader: tracking-number (object)
Package

stripe.

Methods
Reader Method: tracking-number ((order-shipping order-shipping))

automatically generated reader method

Source

order.lisp.

Target Slot

%tracking-number.

Generic Reader: transaction-type (object)
Package

stripe.

Methods
Reader Method: transaction-type ((customer-balance-transaction customer-balance-transaction))

automatically generated reader method

Source

customer-balance-transaction.lisp.

Target Slot

%type.

Reader Method: transaction-type ((balance-transaction balance-transaction))

automatically generated reader method

Source

balance-transaction.lisp.

Target Slot

%type.

Generic Reader: trial-end (object)
Package

stripe.

Methods
Reader Method: trial-end ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%trial-end.

Generic Reader: trial-period-days (object)
Package

stripe.

Methods
Reader Method: trial-period-days ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%trial-period-days.

Generic Reader: trial-start (object)
Package

stripe.

Methods
Reader Method: trial-start ((subscription subscription))

automatically generated reader method

Source

subscription.lisp.

Target Slot

%trial-start.

Generic Reader: unified-proration (object)
Package

stripe.

Methods
Reader Method: unified-proration ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%unified-proration.

Reader Method: unified-proration ((invoice-line invoice-line))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%unified-proration.

Generic Reader: unit-amount (object)
Package

stripe.

Methods
Reader Method: unit-amount ((invoice-item invoice-item))

automatically generated reader method

Source

invoice-item.lisp.

Target Slot

%unit-amount.

Generic Reader: unit-label (object)
Package

stripe.

Methods
Reader Method: unit-label ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%unit-label.

Generic Reader: updated (object)
Package

stripe.

Methods
Reader Method: updated ((sku sku))

automatically generated reader method

Source

sku.lisp.

Target Slot

%updated.

Reader Method: updated ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%updated.

Reader Method: updated ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%updated.

Generic Reader: upstream-id (object)
Package

stripe.

Methods
Reader Method: upstream-id ((order order))

automatically generated reader method

Source

order.lisp.

Target Slot

%upstream-id.

Generic Reader: url (object)
Package

stripe.

Methods
Reader Method: url ((product product))

automatically generated reader method

Source

product.lisp.

Target Slot

%url.

Generic Reader: usage-type (object)
Package

stripe.

Methods
Reader Method: usage-type ((plan plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

%usage-type.

Generic Reader: used (object)
Package

stripe.

Methods
Reader Method: used ((card-token card-token))

automatically generated reader method

Source

token.lisp.

Target Slot

%used.

Generic Reader: user-report (object)
Package

stripe.

Methods
Reader Method: user-report ((charge-fraud-details charge-fraud-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%user-report.

Generic Reader: valid (object)
Package

stripe.

Methods
Reader Method: valid ((coupon coupon))

automatically generated reader method

Source

coupon.lisp.

Target Slot

%valid.

Generic Reader: value (object)
Package

stripe.

Methods
Reader Method: value ((sku-inventory sku-inventory))

automatically generated reader method

Source

sku.lisp.

Target Slot

%value.

Reader Method: value ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%value.

Generic Reader: verification (object)
Package

stripe.

Methods
Reader Method: verification ((customer-tax-id customer-tax-id))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%verification.

Generic Reader: verified-address (object)
Package

stripe.

Methods
Reader Method: verified-address ((tax-id-verification tax-id-verification))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%verified-address.

Generic Reader: verified-name (object)
Package

stripe.

Methods
Reader Method: verified-name ((tax-id-verification tax-id-verification))

automatically generated reader method

Source

customer-tax-id.lisp.

Target Slot

%verified-name.

Generic Reader: voided-at (object)
Package

stripe.

Methods
Reader Method: voided-at ((invoice-status-transition invoice-status-transition))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%voided-at.

Generic Reader: wallet (object)
Package

stripe.

Methods
Reader Method: wallet ((charge-card-details charge-card-details))

automatically generated reader method

Source

charge.lisp.

Target Slot

%wallet.

Generic Reader: webhooks-delivered-at (object)
Package

stripe.

Methods
Reader Method: webhooks-delivered-at ((invoice invoice))

automatically generated reader method

Source

invoice.lisp.

Target Slot

%webhooks-delivered-at.

Generic Reader: weight (object)
Package

stripe.

Methods
Reader Method: weight ((package-dimensions package-dimensions))

automatically generated reader method

Source

product.lisp.

Target Slot

%weight.

Generic Reader: width (object)
Package

stripe.

Methods
Reader Method: width ((package-dimensions package-dimensions))

automatically generated reader method

Source

product.lisp.

Target Slot

%width.


5.1.4 Standalone methods

Method: initialize-instance :after ((instance subscription-item) &key data &allow-other-keys)
Source

subscription-item.lisp.

Method: initialize-instance :after ((instance order) &key data &allow-other-keys)
Source

order.lisp.

Method: initialize-instance :after ((instance balance) &key data &allow-other-keys)
Source

balance.lisp.

Method: initialize-instance :after ((instance coupon) &key data &allow-other-keys)
Source

coupon.lisp.

Method: initialize-instance :after ((instance subscription) &key data &allow-other-keys)
Source

subscription.lisp.

Method: initialize-instance :after ((instance shipping) &key data &allow-other-keys)
Source

object.lisp.

Method: initialize-instance :after ((instance customer) &key data &allow-other-keys)
Source

customer.lisp.

Method: initialize-instance :after ((instance charge) &key data &allow-other-keys)
Source

charge.lisp.

Method: initialize-instance :after ((instance invoice-item) &key data &allow-other-keys)
Source

invoice-item.lisp.

Method: initialize-instance :after ((instance balance-transaction) &key data &allow-other-keys)
Source

balance-transaction.lisp.

Method: initialize-instance :after ((instance plan) &key data &allow-other-keys)
Source

plan.lisp.

Method: initialize-instance :after ((instance product) &key data &allow-other-keys)
Source

product.lisp.

Method: initialize-instance :after ((instance credit-note) &key data &allow-other-keys)
Source

credit-note.lisp.

Method: initialize-instance :after ((instance refund) &key data &allow-other-keys)
Source

refund.lisp.

Method: initialize-instance :after ((instance invoice) &key data &allow-other-keys)
Source

invoice.lisp.

Method: initialize-instance :after ((instance card) &key data &allow-other-keys)
Source

card.lisp.

Method: initialize-instance :after ((instance discount) &key data &allow-other-keys)
Source

discount.lisp.

Method: initialize-instance :after ((instance invoice-status-transition) &key data &allow-other-keys)
Source

invoice.lisp.

Method: initialize-instance :after ((instance order-shipping-methods) &key data &allow-other-keys)
Source

order.lisp.

Method: initialize-instance :after ((instance stripe-object) &key data &allow-other-keys)
Source

object.lisp.

Method: initialize-instance :after ((instance balance-funds) &key data &allow-other-keys)
Source

balance.lisp.

Method: initialize-instance :after ((instance customer-balance-transaction) &key data &allow-other-keys)
Source

customer-balance-transaction.lisp.

Method: initialize-instance :after ((instance customer-tax-id) &key data &allow-other-keys)
Source

customer-tax-id.lisp.

Method: initialize-instance :after ((instance sku) &key data &allow-other-keys)
Source

sku.lisp.

Method: initialize-instance :after ((instance payout) &key data &allow-other-keys)
Source

payout.lisp.

Method: initialize-instance :after ((instance charge-card-details) &key data &allow-other-keys)
Source

charge.lisp.

Method: initialize-instance :after ((instance order-return) &key data &allow-other-keys)
Source

return.lisp.

Method: initialize-instance :after ((instance card-token) &key data &allow-other-keys)
Source

token.lisp.

Method: print-object ((subscription-item subscription-item) stream0)
Source

subscription-item.lisp.

Method: print-object ((order order) stream0)
Source

order.lisp.

Method: print-object ((balance balance) stream0)
Source

balance.lisp.

Method: print-object ((coupon coupon) stream0)
Source

coupon.lisp.

Method: print-object ((subscription subscription) stream0)
Source

subscription.lisp.

Method: print-object ((shipping shipping) stream0)
Source

object.lisp.

Method: print-object ((fee fee) stream0)
Source

balance-transaction.lisp.

Method: print-object ((customer customer) stream0)
Source

customer.lisp.

Method: print-object ((billing-details billing-details) stream0)
Source

object.lisp.

Method: print-object ((address address) stream0)
Source

object.lisp.

Method: print-object ((charge charge) stream0)
Source

charge.lisp.

Method: print-object ((invoice-item invoice-item) stream0)
Source

invoice-item.lisp.

Method: print-object ((balance-transaction balance-transaction) stream0)
Source

balance-transaction.lisp.

Method: print-object ((plan plan) stream0)
Source

plan.lisp.

Method: print-object ((product product) stream0)
Source

product.lisp.

Method: print-object ((credit-note credit-note) stream0)
Source

credit-note.lisp.

Method: print-object ((refund refund) stream0)
Source

refund.lisp.

Method: print-object ((package-dimensions package-dimensions) stream0)
Source

product.lisp.

Method: print-object ((invoice invoice) stream0)
Source

invoice.lisp.

Method: print-object ((card card) stream0)
Source

card.lisp.

Method: print-object ((discount discount) stream0)
Source

discount.lisp.

Method: print-object ((order-shipping order-shipping) stream0)
Source

order.lisp.

Method: print-object ((invoice-status-transition invoice-status-transition) stream0)
Source

invoice.lisp.

Method: print-object ((order-shipping-methods order-shipping-methods) stream0)
Source

order.lisp.

Method: print-object ((balance-funds balance-funds) stream0)
Source

balance.lisp.

Method: print-object ((charge-outcome charge-outcome) stream0)
Source

charge.lisp.

Method: print-object ((customer-balance-transaction customer-balance-transaction) stream0)
Source

customer-balance-transaction.lisp.

Method: print-object ((customer-tax-id customer-tax-id) stream0)
Source

customer-tax-id.lisp.

Method: print-object ((sku sku) stream0)
Source

sku.lisp.

Method: print-object ((invoice-line invoice-line) stream0)
Source

invoice.lisp.

Method: print-object ((payout payout) stream0)
Source

payout.lisp.

Method: print-object ((charge-card-details charge-card-details) stream0)
Source

charge.lisp.

Method: print-object ((charge-fraud-details charge-fraud-details) stream0)
Source

charge.lisp.

Method: print-object ((order-delivery-estimate order-delivery-estimate) stream0)
Source

order.lisp.

Method: print-object ((order-item order-item) stream0)
Source

order.lisp.

Method: print-object ((order-return order-return) stream0)
Source

return.lisp.

Method: print-object ((sku-inventory sku-inventory) stream0)
Source

sku.lisp.

Method: print-object ((card-token card-token) stream0)
Source

token.lisp.

Method: print-object ((charge-card-checks charge-card-checks) stream0)
Source

charge.lisp.

Method: print-object ((tax-id-verification tax-id-verification) stream0)
Source

customer-tax-id.lisp.


5.1.5 Conditions

Condition: account-already-exists
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: account-country-invalid-address
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: account-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: account-number-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: alipay-upgrade-required
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: amount-too-large
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: amount-too-small
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: api-key-expired
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: balance-insufficient
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: bank-account-exists
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: bank-account-unusable
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: bank-account-unverified
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: bitcoin-upgrade-required
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: card-declined
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: charge-already-captured
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: charge-already-refunded
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: charge-disputed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: charge-exceeds-source-limit
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: charge-expired-for-capture
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: country-unsupported
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: coupon-expired
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: customer-max-subscriptions
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: email-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: expired-card
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: idempotency-key-in-use
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: incorrect-cvc
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: incorrect-number
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: incorrect-zip
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: instant-payouts-unsupported
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-card-type
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-charge-amount
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-cvc
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-expiry-month
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-expiry-year
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-number
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invalid-source-usage
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invoice-no-customer-line-items
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invoice-no-subscription-line-items
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invoice-not-editable
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: invoice-upcoming-none
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: livemode-mismatch
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: missing
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: not-allowed-on-standard-account
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: order-creation-failed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: order-required-settings
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: order-status-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: order-upstream-timeout
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: out-of-inventory
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameter-invalid-empty
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameter-invalid-integer
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameter-invalid-string-blank
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameter-invalid-string-empty
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameter-missing
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameter-unknown
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: parameters-exclusive
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payment-intent-authentication-failure
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payment-intent-incompatible-payment-method
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payment-intent-invalid-parameter
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payment-intent-payment-attempt-failed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payment-intent-unexpected-state
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payment-method-unexpected-state
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: payouts-not-allowed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: platform-api-key-expired
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: postal-code-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: processing-error
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: product-inactive
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: rate-limit
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: resource-already-exists
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: resource-missing
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: routing-number-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: secret-key-required
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: sepa-unsupported-account
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: setup-attempt-failed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: setup-attempt-unexpected-state
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: shipping-calculation-failed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: sku-inactive
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: state-unsupported
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: stripe-error
Package

stripe.

Source

error.lisp.

Direct superclasses

error.

Direct subclasses
Direct methods

message.

Direct slots
Slot: message
Initargs

:message

Readers

message.

Writers

This slot is read-only.

Condition: tax-id-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: taxes-calculation-failed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: testmode-charges-only
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: tls-version-unsupported
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: token-already-used
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: token-in-use
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: transfers-not-allowed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: upstream-order-creation-failed
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.

Condition: url-invalid
Package

stripe.

Source

error.lisp.

Direct superclasses

stripe-error.


5.1.6 Classes

Class: address
Package

stripe.

Source

object.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %line1
Initargs

:address-line1, :line1

Readers

line1.

Writers

This slot is read-only.

Slot: %line2
Initargs

:address-line2, :line2

Readers

line2.

Writers

This slot is read-only.

Slot: %city
Initargs

:address-city, :city

Readers

city.

Writers

This slot is read-only.

Slot: %state
Initargs

:address-state, :state

Readers

state.

Writers

This slot is read-only.

Slot: %postal-code
Initargs

:address-zip, :postal-code

Readers

postal-code.

Writers

This slot is read-only.

Slot: %country
Initargs

:address-country, :country

Readers

country.

Writers

This slot is read-only.

Class: balance
Package

stripe.

Source

balance.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %available
Initargs

:available

Readers

available.

Writers

This slot is read-only.

Slot: %pending
Initargs

:pending

Readers

pending.

Writers

This slot is read-only.

Class: balance-transaction
Package

stripe.

Source

balance-transaction.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %amount
Initargs

:amount

Readers

amount.

Writers

This slot is read-only.

Slot: %available-on
Initargs

:available-on

Readers

available-on.

Writers

This slot is read-only.

Slot: %created
Initargs

:created

Readers

created.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: %exchange-rate
Initargs

:exchange-rate

Readers

exchange-rate.

Writers

This slot is read-only.

Slot: %fee
Initargs

:fee

Readers

fee.

Writers

This slot is read-only.

Slot: %fee-details
Initargs

:fee-details

Readers

fee-details.

Writers

This slot is read-only.

Slot: %net
Initargs

:net

Readers

net.

Writers

This slot is read-only.

Slot: %source
Initargs

:source

Readers

source.

Writers

This slot is read-only.

Slot: %status
Initargs

:status

Readers

status.

Writers

This slot is read-only.

Slot: %type
Initargs

:type

Readers

transaction-type.

Writers

This slot is read-only.

Class: billing-details
Package

stripe.

Source

object.lisp.

Direct superclasses

shipping.

Direct methods
Direct slots
Slot: %email
Initargs

:email

Readers

email.

Writers

This slot is read-only.

Class: card
Package

stripe.

Source

card.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %address
Initargs

:address

Readers

address.

Writers

This slot is read-only.

Slot: %available-payment-methods
Initargs

:available-payment-methods

Readers

available-payment-methods.

Writers

This slot is read-only.

Slot: %brand
Initargs

:brand

Readers

brand.

Writers

This slot is read-only.

Slot: %country
Initargs

:country

Readers

country.

Writers

This slot is read-only.

Slot: %customer
Initargs

:customer

Readers

customer.

Writers

This slot is read-only.

Slot: %exp-month
Initargs

:exp-month

Readers

exp-month.

Writers

This slot is read-only.

Slot: %exp-year
Initargs

:exp-year

Readers

exp-year.

Writers

This slot is read-only.

Slot: %fingerprint
Initargs

:fingerprint

Readers

fingerprint.

Writers

This slot is read-only.

Slot: %funding
Initargs

:funding

Readers

funding.

Writers

This slot is read-only.

Slot: %last4
Initargs

:last4

Readers

last4.

Writers

This slot is read-only.

Slot: %name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: %tokenization-method
Initargs

:tokenization-method

Readers

tokenization-method.

Writers

This slot is read-only.

Class: charge
Package

stripe.

Source

charge.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %amount
Initargs

:amount

Readers

amount.

Writers

This slot is read-only.

Slot: %amount-refunded
Initargs

:amount-refunded

Readers

amount-refunded.

Writers

This slot is read-only.

Slot: %balance-transaction
Initargs

:balance-transaction

Readers

balance-transaction.

Writers

This slot is read-only.

Slot: %billing-details
Initargs

:billing-details

Readers

billing-details.

Writers

This slot is read-only.

Slot: %captured
Initargs

:captured

Readers

captured.

Writers

This slot is read-only.

Slot: %created
Initargs

:created

Readers

created.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %customer
Initargs

:customer

Readers

customer.

Writers

This slot is read-only.

Slot: %description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: %dispute
Initargs

:dispute

Readers

dispute.

Writers

This slot is read-only.

Slot: %failure-code
Initargs

:failure-code

Readers

failure-code.

Writers

This slot is read-only.

Slot: %failure-message
Initargs

:failure-message

Readers

failure-message.

Writers

This slot is read-only.

Slot: %fraud-details
Initargs

:fraud-details

Readers

fraud-details.

Writers

This slot is read-only.

Slot: %invoice
Initargs

:invoice

Readers

invoice.

Writers

This slot is read-only.

Slot: %order
Initargs

:order

Readers

order.

Writers

This slot is read-only.

Slot: %outcome
Initargs

:outcome

Readers

outcome.

Writers

This slot is read-only.

Slot: %paid
Initargs

:paid

Readers

paid.

Writers

This slot is read-only.

Slot: %payment-intent
Initargs

:payment-intent

Readers

payment-intent.

Writers

This slot is read-only.

Slot: %payment-method
Initargs

:payment-method

Readers

payment-method.

Writers

This slot is read-only.

Slot: %payment-method-details
Initargs

:payment-method-details

Readers

payment-method-details.

Writers

This slot is read-only.

Slot: %receipt-email
Initargs

:receipt-email

Readers

receipt-email.

Writers

This slot is read-only.

Slot: %receipt-number
Initargs

:receipt-number

Readers

receipt-number.

Writers

This slot is read-only.

Slot: %receipt-url
Initargs

:receipt-url

Readers

receipt-url.

Writers

This slot is read-only.

Slot: %refunded
Initargs

:refunded

Readers

refunded.

Writers

This slot is read-only.

Slot: %refunds
Initargs

:refunds

Readers

refunds.

Writers

This slot is read-only.

Slot: %review
Initargs

:review

Readers

review.

Writers

This slot is read-only.

Slot: %shipping
Initargs

:shipping

Readers

shipping.

Writers

This slot is read-only.

Slot: %statement-descriptor
Initargs

:statement-descriptor

Readers

statement-descriptor.

Writers

This slot is read-only.

Slot: %status
Initargs

:status

Readers

status.

Writers

This slot is read-only.

Class: coupon
Package

stripe.

Source

coupon.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %amount-off
Initargs

:amount-off

Readers

amount-off.

Writers

This slot is read-only.

Slot: %created
Initargs

:created

Readers

created.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %duration
Initargs

:duration

Readers

duration.

Writers

This slot is read-only.

Slot: %duration-in-months
Initargs

:duration-in-months

Readers

duration-in-months.

Writers

This slot is read-only.

Slot: %max-redemptions
Initargs

:max-redemptions

Readers

max-redemptions.

Writers

This slot is read-only.

Slot: %name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: %percent-off
Initargs

:percent-off

Readers

percent-off.

Writers

This slot is read-only.

Slot: %redeem-by
Initargs

:redeem-by

Readers

redeem-by.

Writers

This slot is read-only.

Slot: %times-redeemed
Initargs

:times-redeemed

Readers

times-redeemed.

Writers

This slot is read-only.

Slot: %valid
Initargs

:valid

Readers

valid.

Writers

This slot is read-only.

Class: credit-note
Package

stripe.

Source

credit-note.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %amount
Initargs

:amount

Readers

amount.

Writers

This slot is read-only.

Slot: %created
Initargs

:created

Readers

created.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %customer
Initargs

:customer

Readers

customer.

Writers

This slot is read-only.

Slot: %customer-balance-transaction
Initargs

:customer-balance-transaction

Readers

customer-balance-transaction.

Writers

This slot is read-only.

Slot: %invoice
Initargs

:invoice

Readers

invoice.

Writers

This slot is read-only.

Slot: %memo
Initargs

:memo

Readers

memo.

Writers

This slot is read-only.

Slot: %number
Initargs

:number

Readers

credit-note-number.

Writers

This slot is read-only.

Slot: %pdf
Initargs

:pdf

Readers

pdf.

Writers

This slot is read-only.

Slot: %reason
Initargs

:reason

Readers

reason.

Writers

This slot is read-only.

Slot: %refund
Initargs

:refund

Readers

refund.

Writers

This slot is read-only.

Slot: %status
Initargs

:status

Readers

status.

Writers

This slot is read-only.

Slot: %type
Initargs

:type

Readers

credit-note-type.

Writers

This slot is read-only.

Class: customer
Package

stripe.

Source

customer.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %address
Initargs

:address

Readers

address.

Writers

This slot is read-only.

Slot: %balance
Initargs

:balance

Readers

balance.

Writers

This slot is read-only.

Slot: %created
Initargs

:created

Readers

created.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %default-source
Initargs

:default-source

Readers

default-source.

Writers

This slot is read-only.

Slot: %delinquent
Initargs

:delinquent

Readers

delinquent.

Writers

This slot is read-only.

Slot: %description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: %discount
Initargs

:discount

Readers

discount.

Writers

This slot is read-only.

Slot: %email
Initargs

:email

Readers

email.

Writers

This slot is read-only.

Slot: %name
Initargs

:name

Readers

name.

Writers

This slot is read-only.

Slot: %phone
Initargs

:phone

Readers

phone.

Writers

This slot is read-only.

Slot: %shipping
Initargs

:shipping

Readers

shipping.

Writers

This slot is read-only.

Slot: %sources
Initargs

:sources

Readers

sources.

Writers

This slot is read-only.

Slot: %subscriptions
Initargs

:subscriptions

Readers

subscriptions.

Writers

This slot is read-only.

Class: discount
Package

stripe.

Source

discount.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %coupon
Initargs

:coupon

Readers

coupon.

Writers

This slot is read-only.

Slot: %customer
Initargs

:customer

Readers

customer.

Writers

This slot is read-only.

Slot: %end
Initargs

:end

Readers

end.

Writers

This slot is read-only.

Slot: %start
Initargs

:start

Readers

start.

Writers

This slot is read-only.

Slot: %subscription
Initargs

:subscription

Readers

subscription.

Writers

This slot is read-only.

Class: fee
Package

stripe.

Source

balance-transaction.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %amount
Initargs

:amount

Readers

amount.

Writers

This slot is read-only.

Slot: %application
Initargs

:application

Readers

application.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: %type
Initargs

:type

Readers

fee-type.

Writers

This slot is read-only.

Class: invoice
Package

stripe.

Source

invoice.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %account-country
Initargs

:account-country

Readers

account-country.

Writers

This slot is read-only.

Slot: %account-name
Initargs

:account-name

Readers

account-name.

Writers

This slot is read-only.

Slot: %amount-due
Initargs

:amount-due

Readers

amount-due.

Writers

This slot is read-only.

Slot: %amount-remaining
Initargs

:amount-remaining

Readers

amount-remaining.

Writers

This slot is read-only.

Slot: %attempt-count
Initargs

:attempt-count

Readers

attempt-count.

Writers

This slot is read-only.

Slot: %attempted
Initargs

:attempted

Readers

attempted.

Writers

This slot is read-only.

Slot: %auto-advance
Initargs

:auto-advance

Readers

auto-advance.

Writers

This slot is read-only.

Slot: %billing-reason
Initargs

:billing-reason

Readers

billing-reason.

Writers

This slot is read-only.

Slot: %charge
Initargs

:charge

Readers

charge.

Writers

This slot is read-only.

Slot: %collection-method
Initargs

:collection-method

Readers

collection-method.

Writers

This slot is read-only.

Slot: %created
Initargs

:created

Readers

created.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %customer
Initargs

:customer

Readers

customer.

Writers

This slot is read-only.

Slot: %customer-address
Initargs

:customer-address

Readers

customer-address.

Writers

This slot is read-only.

Slot: %customer-email
Initargs

:customer-email

Readers

customer-email.

Writers

This slot is read-only.

Slot: %customer-name
Initargs

:customer-name

Readers

customer-name.

Writers

This slot is read-only.

Slot: %customer-phone
Initargs

:customer-phone

Readers

customer-phone.

Writers

This slot is read-only.

Slot: %customer-shipping
Initargs

:customer-shipping

Readers

customer-shipping.

Writers

This slot is read-only.

Slot: %default-payment-method
Initargs

:default-payment-method

Readers

default-payment-method.

Writers

This slot is read-only.

Slot: %default-source
Initargs

:default-source

Readers

default-source.

Writers

This slot is read-only.

Slot: %description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: %discount
Initargs

:discount

Readers

discount.

Writers

This slot is read-only.

Slot: %due-date
Initargs

:due-date

Readers

due-date.

Writers

This slot is read-only.

Slot: %ending-balance
Initargs

:ending-balance

Readers

ending-balance.

Writers

This slot is read-only.

Slot: %footer
Initargs

:footer

Readers

footer.

Writers

This slot is read-only.

Slot: %hosted-invoice-url
Initargs

:hosted-invoice-url

Readers

hosted-invoice-url.

Writers

This slot is read-only.

Slot: %invoice-pdf
Initargs

:invoice-pdf

Readers

invoice-pdf.

Writers

This slot is read-only.

Slot: %lines
Initargs

:lines

Readers

lines.

Writers

This slot is read-only.

Slot: %next-payment-attempt
Initargs

:next-payment-attempt

Readers

next-payment-attempt.

Writers

This slot is read-only.

Slot: %number
Initargs

:number

Readers

invoice-number.

Writers

This slot is read-only.

Slot: %paid
Initargs

:paid

Readers

paid.

Writers

This slot is read-only.

Slot: %payment-intent
Initargs

:payment-intent

Readers

payment-intent.

Writers

This slot is read-only.

Slot: %period-end
Initargs

:period-end

Readers

period-end.

Writers

This slot is read-only.

Slot: %period-start
Initargs

:period-start

Readers

period-start.

Writers

This slot is read-only.

Slot: %post-payment-credit-notes-amount
Initargs

:post-payment-credit-notes-amount

Readers

post-payment-credit-notes-amount.

Writers

This slot is read-only.

Slot: %pre-payment-credit-notes-amount
Initargs

:pre-payment-credit-notes-amount

Readers

pre-payment-credit-notes-amount.

Writers

This slot is read-only.

Slot: %receipt-number
Initargs

:receipt-number

Readers

receipt-number.

Writers

This slot is read-only.

Slot: %starting-balance
Initargs

:starting-balance

Readers

starting-balance.

Writers

This slot is read-only.

Slot: %status
Initargs

:status

Readers

status.

Writers

This slot is read-only.

Slot: %status-transitions
Initargs

:status-transitions

Readers

status-transitions.

Writers

This slot is read-only.

Slot: %subscription
Initargs

:subscription

Readers

subscription.

Writers

This slot is read-only.

Slot: %subscription-proration-date
Initargs

:subscription-proration-date

Readers

subscription-proration-date.

Writers

This slot is read-only.

Slot: %subtotal
Initargs

:subtotal

Readers

subtotal.

Writers

This slot is read-only.

Slot: %tax
Initargs

:tax

Readers

tax.

Writers

This slot is read-only.

Slot: %total
Initargs

:total

Readers

total.

Writers

This slot is read-only.

Slot: %webhooks-delivered-at
Initargs

:webhooks-delivered-at

Readers

webhooks-delivered-at.

Writers

This slot is read-only.

Class: invoice-item
Package

stripe.

Source

invoice-item.lisp.

Direct superclasses

stripe-object.

Direct methods
Direct slots
Slot: %id
Initargs

:id

Readers

id.

Writers

This slot is read-only.

Slot: %amount
Initargs

:amount

Readers

amount.

Writers

This slot is read-only.

Slot: %currency
Initargs

:currency

Readers

currency.

Writers

This slot is read-only.

Slot: %customer
Initargs

:customer

Readers

customer.

Writers

This slot is read-only.

Slot: %date
Initargs

:date

Readers

date.

Writers

This slot is read-only.

Slot: %description
Initargs

:description

Readers

description.

Writers

This slot is read-only.

Slot: %discountable
Initargs

:discountable

Readers

discountable.

Writers

This slot is read-only.

Slot: %invoice
Initargs

:invoice

Readers

invoice.

Writers

This slot is read-only.

Slot: %period-end
Initargs

:period-end

Readers

period-end.

Writers

This slot is read-only.

Slot: %period-start
Initargs

:period-start

Readers

period-start.

Writers

This slot is read-only.

Slot: %plan
Initargs

:plan

Readers

plan.

Writers

This slot is read-only.

Slot: %proration
Initargs

:proration

Readers

proration.