PaymentDataScreenComponent
Renders a payment data capture form with fields for phone number, financial ID, amount, payment message, and payment note, along with a submit button.
Parameters
Modifier applied to the root Column.
Section header text displayed above the form fields.
Label for the submit button.
Current value of the phone number field.
Current value of the financial ID field.
Current value of the amount field.
Current value of the payer message field.
Current value of the payer note field.
Callback invoked when the submit button is clicked.
Callback invoked when the phone number field value changes.
Callback invoked when the financial ID field value changes.
Callback invoked when the amount field value changes.
Callback invoked when the payment message field value changes.
Callback invoked when the payment note field value changes.