v1FiatOnRampCredential constructor
const
v1FiatOnRampCredential({
- required String fiatOnrampCredentialId,
- required String organizationId,
- required v1FiatOnRampProvider onrampProvider,
- String? projectId,
- required String publishableApiKey,
- required String encryptedSecretApiKey,
- String? encryptedPrivateApiKey,
- bool? sandboxMode,
- required externaldatav1Timestamp createdAt,
- 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,
});