Interface CustomerFromPaymentIntentIdConfig

interface CustomerFromPaymentIntentIdConfig {
    pi_id: string;
    stripe: Stripe;
}

Properties

Properties

pi_id: string
stripe: Stripe