Configuration
data class Configuration @JvmOverloads constructor(merchantDisplayName: String, customer: PaymentSheet.CustomerConfiguration?, googlePay: PaymentSheet.GooglePayConfiguration?, primaryButtonColor: ColorStateList?, defaultBillingDetails: PaymentSheet.BillingDetails?, allowsDelayedPaymentMethods: Boolean) : Parcelable
Content copied to clipboard
Configuration for PaymentSheet
Constructors
Link copied to clipboard
fun Configuration(merchantDisplayName: String, customer: PaymentSheet.CustomerConfiguration? = null, googlePay: PaymentSheet.GooglePayConfiguration? = null, primaryButtonColor: ColorStateList? = null, defaultBillingDetails: PaymentSheet.BillingDetails? = null, allowsDelayedPaymentMethods: Boolean = false)
Content copied to clipboard
Types
Link copied to clipboard
Configuration builder for cleaner object creation from Java.