@medusajs/payment-stripe
Version:
Stripe payment provider for Medusa
9 lines • 362 B
TypeScript
import StripeBase from "../core/stripe-base";
import { PaymentIntentOptions } from "../types";
declare class GiropayProviderService extends StripeBase {
static identifier: string;
constructor(_: any, options: any);
get paymentIntentOptions(): PaymentIntentOptions;
}
export default GiropayProviderService;
//# sourceMappingURL=stripe-giropay.d.ts.map