Visibility
class Visibility(val paymentElement: Map<PaymentSheet.WalletButtonsConfiguration.Wallet, PaymentSheet.WalletButtonsConfiguration.PaymentElementVisibility> = emptyMap(), val walletButtonsView: Map<PaymentSheet.WalletButtonsConfiguration.Wallet, PaymentSheet.WalletButtonsConfiguration.WalletButtonsViewVisibility> = emptyMap()) : Parcelable
Constructors
Link copied to clipboard
constructor(paymentElement: Map<PaymentSheet.WalletButtonsConfiguration.Wallet, PaymentSheet.WalletButtonsConfiguration.PaymentElementVisibility> = emptyMap(), walletButtonsView: Map<PaymentSheet.WalletButtonsConfiguration.Wallet, PaymentSheet.WalletButtonsConfiguration.WalletButtonsViewVisibility> = emptyMap())
Properties
Link copied to clipboard
val paymentElement: Map<PaymentSheet.WalletButtonsConfiguration.Wallet, PaymentSheet.WalletButtonsConfiguration.PaymentElementVisibility>
Configures how wallets are shown in Payment Element. Wallets that don't have a provided visibility will have theirs automatically determined.
Link copied to clipboard
val walletButtonsView: Map<PaymentSheet.WalletButtonsConfiguration.Wallet, PaymentSheet.WalletButtonsConfiguration.WalletButtonsViewVisibility>
Configures how wallets are shown in the wallet buttons view. Wallets that don't have a provided visibility will have theirs automatically determined.