TCreateFiatOnRampCredentialBody class
Constructors
- TCreateFiatOnRampCredentialBody({String? timestampMs, String? organizationId, required v1FiatOnRampProvider onrampProvider, String? projectId, required String publishableApiKey, required String encryptedSecretApiKey, String? encryptedPrivateApiKey, bool? sandboxMode})
-
const
-
TCreateFiatOnRampCredentialBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
- 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
- hashCode → int
-
The hash code for this object.
no setterinherited
- onrampProvider → v1FiatOnRampProvider
-
The fiat on-ramp provider
final
- organizationId → String?
-
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
- timestampMs → String?
-
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