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