Expand description
Payment processing system for ggen: Stripe integration and billing operations
Re-exports§
pub use stripe_client::StripeClient;pub use invoice::Invoice;pub use subscription::Subscription;pub use payment::Payment;pub use errors::PaymentError;pub use webhook::WebhookEvent;
Modules§
- errors
- Payment error types
- invoice
- Invoice management
- payment
- Payment operations
- stripe_
client - Stripe API client wrapper
- subscription
- Subscription management
- webhook
- Webhook event handling
Type Aliases§
- Payment
Result - Result type for payment operations