Documentation Moralis.Plugins.fiat.buy

Hey!
I’m looking for documentation on what parameters I can pass to this function:

await Moralis.Plugins.fiat.buy({
    coin: 'usdc',
    receiver: '0x...',
  })

Can I set something other than the “coin” parameter?

For example:

  • Amount
  • Сurrency
  • Payment method

Can I choose the address to be sent depending on the chosen coin for payment?
Can I see the full list of options?