v1FiatOnRampCredential class
Constructors
- 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})
-
const
-
v1FiatOnRampCredential.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → externaldatav1Timestamp
-
final
- encryptedPrivateApiKey → String?
-
Private API key for the on-ramp provider encrypted to our on-ramp encryption public key. Some providers, like Coinbase, require this additional key.
final
- encryptedSecretApiKey → String
-
Secret API key for the on-ramp provider encrypted to our on-ramp encryption public key.
final
- fiatOnrampCredentialId → String
-
Unique identifier for a given Fiat On-Ramp Credential.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onrampProvider → v1FiatOnRampProvider
-
The fiat on-ramp provider.
final
- organizationId → String
-
Unique identifier for an Organization.
final
- projectId → String?
-
Project ID for the on-ramp provider. Some providers, like Coinbase, require this additional identifier.
final
- publishableApiKey → String
-
Publishable API key for the on-ramp provider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandboxMode → bool?
-
If the on-ramp credential is a sandbox credential.
final
- updatedAt → externaldatav1Timestamp
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited