Interface CheckoutSuccessData

interface CheckoutSuccessData {
    intentId: string;
    sessionId?: string;
}

Properties

Properties

intentId: string
sessionId?: string