v1CreateFiatOnRampCredentialIntent class

Constructors

v1CreateFiatOnRampCredentialIntent({required v1FiatOnRampProvider onrampProvider, String? projectId, required String publishableApiKey, required String encryptedSecretApiKey, String? encryptedPrivateApiKey, bool? sandboxMode})
const
v1CreateFiatOnRampCredentialIntent.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
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

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