LifiStepTransactionResponse

data class LifiStepTransactionResponse(val data: LifiStepTransactionData? = null, val error: String? = null)

Response containing a step with transaction data from the Lifi integration

Constructors

Link copied to clipboard
constructor(data: LifiStepTransactionData? = null, error: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val error: String? = null