Yield Opportunity Details
data class YieldOpportunityDetails(val yieldId: String, val intent: YieldXyzActionIntent? = null, val type: YieldXyzActionType? = null, val executionPattern: YieldXyzActionExecutionPattern? = null, val status: YieldXyzActionStatus? = null, val amount: String? = null, val amountUsd: String? = null)
A summary of the executed yield action. This is action-level metadata, NOT the full opportunity. Use discover for full opportunity details.
Constructors
Link copied to clipboard
constructor(yieldId: String, intent: YieldXyzActionIntent? = null, type: YieldXyzActionType? = null, executionPattern: YieldXyzActionExecutionPattern? = null, status: YieldXyzActionStatus? = null, amount: String? = null, amountUsd: String? = null)