PaymentFormStyle

data class PaymentFormStyle @JvmOverloads constructor(var paymentDetailsStyle: PaymentDetailsStyle = PaymentDetailsStyle(), var billingFormStyle: BillingFormStyle = BillingFormStyle())

Constructors

Link copied to clipboard
constructor(paymentDetailsStyle: PaymentDetailsStyle = PaymentDetailsStyle(), billingFormStyle: BillingFormStyle = BillingFormStyle())

Properties