v1InitFiatOnRampIntent constructor

const v1InitFiatOnRampIntent({
  1. required v1FiatOnRampProvider onrampProvider,
  2. required String walletAddress,
  3. required v1FiatOnRampBlockchainNetwork network,
  4. required v1FiatOnRampCryptoCurrency cryptoCurrencyCode,
  5. v1FiatOnRampCurrency? fiatCurrencyCode,
  6. String? fiatCurrencyAmount,
  7. v1FiatOnRampPaymentMethod? paymentMethod,
  8. String? countryCode,
  9. String? countrySubdivisionCode,
  10. bool? sandboxMode,
  11. String? urlForSignature,
})

Implementation

const v1InitFiatOnRampIntent({
  required  this.onrampProvider,
  required  this.walletAddress,
  required  this.network,
  required  this.cryptoCurrencyCode,
   this.fiatCurrencyCode,
   this.fiatCurrencyAmount,
   this.paymentMethod,
   this.countryCode,
   this.countrySubdivisionCode,
   this.sandboxMode,
   this.urlForSignature,
});