export type PaymentMetadata = {
    email?: string;
    mobile?: string;
    orderId?: string;
};
