@sourceloop/payment-service / Exports
@sourceloop/payment-service¶
Table of contents¶
Namespaces¶
- GatewayBindings
- PayPalBindings
- PaymentServiceBindings
- PaymentServiceComponentBindings
- RazorpayBindings
- StripeBindings
Enumerations¶
Classes¶
- GatewayProvider
- Orders
- OrdersRepository
- PaymentGateways
- PaymentGatewaysRepository
- PaymentServiceComponent
- PaypalProvider
- RazorpayProvider
- StripeProvider
- Subscriptions
- SubscriptionsRepository
- Templates
- TemplatesRepository
- Transactions
- TransactionsRepository
Interfaces¶
- IGateway
- IPayPalConfig
- IRazorpayConfig
- IStripeConfig
- PayPalPaymentGateway
- PaymentServiceComponentOptions
- PaymentServiceConfig
- RazorpayOrder
- RazorpayPaymentGateway
- StripeOrder
- StripePaymentGateway
Variables¶
Variables¶
DEFAULT_PAYMENT_SERVICE_OPTIONS¶
• Const
DEFAULT_PAYMENT_SERVICE_OPTIONS: PaymentServiceComponentOptions
= {}
Default options for the component
Defined in¶
services/payment-service/src/types.ts:20
PaymentDatasourceName¶
• Const
PaymentDatasourceName: "payment"