PaymentDataDisplayComponent
fun PaymentDataDisplayComponent(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, title: String, momoTransaction: ERROR CLASS: Symbol not found for MutableLiveData<ERROR CLASS: Symbol not found for MomoTransaction?>)
Renders a read-only summary of a completed MOMO transaction, including amount, currency, financial transaction ID, external ID, payer/payee, message, note, status, reason, and reference ID to refund when present.
Parameters
modifier
Modifier applied to the root Column.
title
Section header text displayed above the transaction details.
momoTransaction
LiveData holding the MomoTransaction to display; individual fields are hidden when null.