Package com.stripe.android.ui.core
Types
This class represents the long value amount to charge and the currency code of the amount.
This class converts the fields in a form into a structure as defined by a map.
Controller that manages the user interaction with the payment method data collection form. When all fields are reported as complete, completeFormValues emits the valid payment method.
Functions
Base Theme for Payments Composables that are not merchant configurable. Use this theme if you do not want merchant configurations to change your UI
This method calculates the width of the composable. It can be used such that the parent view wrapping the composable can adjust its width.
Base Theme for Payments Composables. CAUTION: This theme is mutable by merchant configurations. You shouldn't be passing colors, shapes, typography to this theme outside of tests.