TUpdateFiatOnRampCredentialBody constructor

const TUpdateFiatOnRampCredentialBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String fiatOnrampCredentialId,
  4. required v1FiatOnRampProvider onrampProvider,
  5. String? projectId,
  6. required String publishableApiKey,
  7. required String encryptedSecretApiKey,
  8. String? encryptedPrivateApiKey,
})

Implementation

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