RefundStatusDisplayComponent
fun RefundStatusDisplayComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, title: String, status: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for RefundStatus?>)
Renders a read-only summary of a Disbursements refund status inside a card: amount, currency, financial transaction ID, external ID, payee, message, note, status, and failure reason. Fields that are null or blank are omitted automatically.
Parameters
modifier
Modifier applied to the root container.
title
Card title displayed above the status details.
status
LiveData holding the RefundStatus to display.