PayUIOptions
type PayUIOptions = Prettify< { buyWithCrypto?: | false | { prefillSource?: { allowEdits?: { chain: boolean; token: boolean }; }; }; buyWithFiat?: { testMode?: boolean } | false; purchaseData?: object;>;