v1UpdateFiatOnRampCredentialIntent class
Constructors
- v1UpdateFiatOnRampCredentialIntent({required String fiatOnrampCredentialId, required v1FiatOnRampProvider onrampProvider, String? projectId, required String publishableApiKey, required String encryptedSecretApiKey, String? encryptedPrivateApiKey})
-
const
-
v1UpdateFiatOnRampCredentialIntent.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
- fiatOnrampCredentialId → String
-
The ID of the fiat on-ramp credential to update
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onrampProvider → v1FiatOnRampProvider
-
The fiat on-ramp provider
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
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