DirectPaymentOptions

type DirectPaymentOptions = {
mode: "direct_payment";
paymentInfo: PaymentInfo;
};