Constructors
CrossmintCheckoutDefaultMethod
Properties
wireValue
"fiat" or "crypto") sent to the Crossmint-hosted page.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Flutter Enum
enum CrossmintCheckoutDefaultMethod
const CrossmintCheckoutDefaultMethod(this.wireValue)
final String wireValue
"fiat" or "crypto") sent to the Crossmint-hosted page.
fiat('fiat'),
/// Open the checkout on crypto (on-chain payment).
crypto('crypto')
Was this page helpful?
