Package-level declarations

Types

Link copied to clipboard
data class BillingAddressDetailsStyle @JvmOverloads constructor(var headerComponentStyle: HeaderComponentStyle = DefaultBillingAddressDetailsStyle.headerComponentStyle(), var inputComponentsContainerStyle: InputComponentsContainerStyle = DefaultBillingAddressDetailsStyle.inputComponentsContainerStyle(), var countryComponentStyle: CountryComponentStyle = DefaultCountryComponentStyle.light(), var containerStyle: ContainerStyle = ContainerStyle(color = 0xFFFFFFFF))
Link copied to clipboard
data class BillingFormStyle @JvmOverloads constructor(var billingAddressDetailsStyle: BillingAddressDetailsStyle = BillingAddressDetailsStyle(), var countryPickerStyle: CountryPickerStyle = DefaultCountryPickerStyle.light())
Link copied to clipboard
data class CountryPickerStyle @JvmOverloads constructor(var screenTitleStyle: TextLabelStyle = TextLabelStyle(), var searchFieldStyle: InputFieldStyle = InputFieldStyle(), var searchItemStyle: TextLabelStyle = TextLabelStyle(), var containerStyle: ContainerStyle = ContainerStyle(color = 0xFFFFFFFF), var withFlag: Boolean = true)
Link copied to clipboard
data class PaymentDetailsStyle @JvmOverloads constructor(var paymentDetailsHeaderStyle: ScreenHeaderStyle = DefaultLightStyle.screenHeader( textId = R.string.cko_payment_details_title, imageId = R.drawable.cko_ic_arrow_back, ), var cardSchemeStyle: CardSchemeComponentStyle = DefaultLightStyle.cardSchemeComponentStyle(), var cardHolderNameStyle: CardHolderNameComponentStyle? = DefaultCardHolderNameComponentStyle.light(), var cardNumberStyle: CardNumberComponentStyle = DefaultCardNumberComponentStyle.light(), var expiryDateStyle: ExpiryDateComponentStyle = DefaultExpiryDateComponentStyle.light(), var cvvStyle: CvvComponentStyle? = DefaultCvvComponentStyle.light(), var addressSummaryStyle: AddressSummaryComponentStyle? = DefaultAddressSummaryComponentStyle.light(), var payButtonStyle: PayButtonComponentStyle = DefaultPayButtonComponentStyle.light(), var fieldsContainerStyle: ContainerStyle = ContainerStyle( padding = Padding( start = PaymentDetailsScreenConstants.padding, end = PaymentDetailsScreenConstants.padding, ), ))
Link copied to clipboard
data class PaymentFormStyle @JvmOverloads constructor(var paymentDetailsStyle: PaymentDetailsStyle = PaymentDetailsStyle(), var billingFormStyle: BillingFormStyle = BillingFormStyle())