Interface CheckoutSessionUpdate

interface CheckoutSessionUpdate {
    sessionID: string;
}

Properties

Properties

sessionID: string