SecureCreditCardForm
Composable function that creates a secure credit card input form for collecting credit card information.
Parameters
The vertical spacing between the input fields.
The modifier for the entire credit card form.
The modifier for individual input fields.
Whether or not to show the postal code input field.
The text style to be applied to the input fields.
The colors customization for the input fields.
The shape customization for the input fields.
The environment for OCR detection, should be a WalletConstants.ENVIRONMENT_* value.
The composable function used to render the labels for input fields. Takes a hint string as a parameter.
The composable function used to render the save card checkbox.
The padding to be applied to the input fields.
The callback function triggered when valid credit card information is provided. It provides the detected card brand and credit card info as parameters. Will be null if internal validation fails.