Crate stripe_types

Source
Expand description

This crate provides Rust bindings for core types to the Stripe HTTP API.

Modules§

with_serde_json
with_serde_json_opt

Macros§

impl_from_val_with_from_str

Structs§

List
A single page of a cursor-paginated list of an object.
ParseCurrencyError
RangeBoundsTs
Specification of a date interval for use in filtering results by time.
SearchList
A single page of a cursor-paginated list of a search object.
StripeParseError
Error representing a failure to parse a Stripe enum

Enums§

Currency
Currency is the list of supported currencies.
Expandable
An id or object.
RangeQueryTs
A set of generic request parameters that can be used on list endpoints to filter their results by some timestamp.

Traits§

MapBuilder
Internal implementation details
Object
Implemented by types which represent stripe objects.
ObjectDeser
Internal implementation details

Type Aliases§

Timestamp
An alias for Stripe data representing a UNIX timestamp.