v1InitFiatOnRampResult class

Constructors

v1InitFiatOnRampResult({required String onRampUrl, required String onRampTransactionId, String? onRampUrlSignature})
const
v1InitFiatOnRampResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onRampTransactionId String
Unique identifier used to retrieve transaction statuses for a given fiat on-ramp flow.
final
onRampUrl String
Unique URL for a given fiat on-ramp flow.
final
onRampUrlSignature String?
Optional signature of the MoonPay Widget URL. The signature is generated if the Init Fiat On Ramp intent includes the urlForSignature field. The signature can be used to initialize the MoonPay SDKs when URL signing is enabled for your project.
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