PaymentFormTheme
data class PaymentFormTheme @JvmOverloads constructor(val paymentFormThemeColors: PaymentFormThemeColors, val paymentFormComponents: List<PaymentFormComponent> = DefaultPaymentFormTheme.provideComponents(), val paymentFormShape: PaymentFormShape = PaymentFormShape(), val paymentFormCornerRadius: PaymentFormCornerRadius = PaymentFormCornerRadius(), val paymentFormFont: PaymentFormFont = PaymentFormFont())
Constructors
Link copied to clipboard
constructor(paymentFormThemeColors: PaymentFormThemeColors, paymentFormComponents: List<PaymentFormComponent> = DefaultPaymentFormTheme.provideComponents(), paymentFormShape: PaymentFormShape = PaymentFormShape(), paymentFormCornerRadius: PaymentFormCornerRadius = PaymentFormCornerRadius(), paymentFormFont: PaymentFormFont = PaymentFormFont())
Properties
Link copied to clipboard
Custom payment form fields used by the merchants
Link copied to clipboard
Custom CornerRadius provided by the merchants
Link copied to clipboard
Custom Font provided by the merchants
Link copied to clipboard
Custom Shape provided by the merchants
Link copied to clipboard
Custom colors provided by the merchants