DirectPaymentOptions

type DirectPaymentOptions = {
metadata?: { image?: string; name?: string };
mode: "direct_payment";
paymentInfo: PaymentInfo;
};