BillingFormStyle

data class BillingFormStyle @JvmOverloads constructor(var billingAddressDetailsStyle: BillingAddressDetailsStyle = BillingAddressDetailsStyle(), var countryPickerStyle: CountryPickerStyle = DefaultCountryPickerStyle.light())

Constructors

Link copied to clipboard
constructor(billingAddressDetailsStyle: BillingAddressDetailsStyle = BillingAddressDetailsStyle(), countryPickerStyle: CountryPickerStyle = DefaultCountryPickerStyle.light())