Package com.stripe.android.ui.core

Types

Link copied to clipboard
data class Amount(value: Long, currencyCode: String) : Parcelable

This class represents the long value amount to charge and the currency code of the amount.

Link copied to clipboard
class CurrencyFormatter

Functions

Link copied to clipboard
fun StripeTheme(isDarkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit)