RequestToPayStatusDisplayComponent
fun RequestToPayStatusDisplayComponent(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 RequestToPayStatus?>)
Renders a read-only summary of a Collection request-to-pay 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 RequestToPayStatus to display.