YieldXyzManageYieldRawResponse

data class YieldXyzManageYieldRawResponse(val id: String, val intent: YieldXyzActionIntent, val type: YieldXyzActionType, val yieldId: String, val address: String, val amount: String? = null, val amountRaw: String? = null, val amountUsd: String? = null, val transactions: List<YieldXyzActionTransaction>, val executionPattern: YieldXyzActionExecutionPattern, val rawArguments: YieldXyzEnterArguments? = null, val createdAt: String, val completedAt: String? = null, val status: YieldXyzActionStatus)

Constructors

Link copied to clipboard
constructor(id: String, intent: YieldXyzActionIntent, type: YieldXyzActionType, yieldId: String, address: String, amount: String? = null, amountRaw: String? = null, amountUsd: String? = null, transactions: List<YieldXyzActionTransaction>, executionPattern: YieldXyzActionExecutionPattern, rawArguments: YieldXyzEnterArguments? = null, createdAt: String, completedAt: String? = null, status: YieldXyzActionStatus)

Properties

Link copied to clipboard
Link copied to clipboard
val amount: String? = null
Link copied to clipboard
val amountRaw: String? = null
Link copied to clipboard
val amountUsd: String? = null
Link copied to clipboard
val completedAt: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard