RequestToWithdrawStatusDisplayComponent

fun RequestToWithdrawStatusDisplayComponent(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 RequestToWithdrawStatus?>)

Renders a read-only summary of a Collection request-to-withdraw status inside a card: amount, currency, financial transaction ID, external ID, payer, 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 RequestToWithdrawStatus to display.