DepositStatusDisplayComponent

fun DepositStatusDisplayComponent(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 DepositStatus?>)

Renders a read-only summary of a Disbursements deposit 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 DepositStatus to display.