SwapExecutionStepRefund
Execution step describing a source-side refund path after a failed swap.
typestringrequired
Possible values: [Refund]
sidestringrequired
Possible values: [source]
chainstringrequired
titlestringrequired
descriptionstringrequired
statusstringrequired
Possible values: [inactive, awaiting, refunded]
refundTxIdstring
SwapExecutionStepRefund
{
"type": "Refund",
"side": "source",
"chain": "string",
"title": "string",
"description": "string",
"status": "inactive",
"refundTxId": "string"
}