PayUIOptions
type PayUIOptions = Prettify< { buyWithCrypto?: | false | { prefillSource?: { allowEdits?: { chain: boolean; token: boolean }; }; }; buyWithFiat?: | { prefillSource?: { currency?: "USD" | "CAD" | "GBP" | "EUR" | "JPY"; }; testMode?: boolean; } | false; onPurchaseSuccess?: ( info: ) => void; purchaseData?: object;>;