v1UpdateFiatOnRampCredentialIntent constructor

const v1UpdateFiatOnRampCredentialIntent({
  1. required String fiatOnrampCredentialId,
  2. required v1FiatOnRampProvider onrampProvider,
  3. String? projectId,
  4. required String publishableApiKey,
  5. required String encryptedSecretApiKey,
  6. String? encryptedPrivateApiKey,
})

Implementation

const v1UpdateFiatOnRampCredentialIntent({
  required  this.fiatOnrampCredentialId,
  required  this.onrampProvider,
   this.projectId,
  required  this.publishableApiKey,
  required  this.encryptedSecretApiKey,
   this.encryptedPrivateApiKey,
});