TransferStatusDisplayComponent
fun TransferStatusDisplayComponent(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 TransferStatus?>)
Renders a read-only summary of a transfer 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 TransferStatus to display.