v1FiatOnRampCredential constructor

const v1FiatOnRampCredential({
  1. required String fiatOnrampCredentialId,
  2. required String organizationId,
  3. required v1FiatOnRampProvider onrampProvider,
  4. String? projectId,
  5. required String publishableApiKey,
  6. required String encryptedSecretApiKey,
  7. String? encryptedPrivateApiKey,
  8. bool? sandboxMode,
  9. required externaldatav1Timestamp createdAt,
  10. required externaldatav1Timestamp updatedAt,
})

Implementation

const v1FiatOnRampCredential({
  required  this.fiatOnrampCredentialId,
  required  this.organizationId,
  required  this.onrampProvider,
   this.projectId,
  required  this.publishableApiKey,
  required  this.encryptedSecretApiKey,
   this.encryptedPrivateApiKey,
   this.sandboxMode,
  required  this.createdAt,
  required  this.updatedAt,
});