CardComponentParams
data class CardComponentParams(commonComponentParams: CommonComponentParams, val isSubmitButtonVisible: Boolean, val isHolderNameRequired: Boolean, val supportedCardBrands: List<CardBrand>, val shopperReference: String?, val isStorePaymentFieldVisible: Boolean, val socialSecurityNumberVisibility: SocialSecurityNumberVisibility, val kcpAuthVisibility: KCPAuthVisibility, val installmentParams: InstallmentParams?, val addressParams: AddressParams, val cvcVisibility: CVCVisibility, val storedCVCVisibility: StoredCVCVisibility) : ComponentParams, ButtonParams
Constructors
Link copied to clipboard
constructor(commonComponentParams: CommonComponentParams, isSubmitButtonVisible: Boolean, isHolderNameRequired: Boolean, supportedCardBrands: List<CardBrand>, shopperReference: String?, isStorePaymentFieldVisible: Boolean, socialSecurityNumberVisibility: SocialSecurityNumberVisibility, kcpAuthVisibility: KCPAuthVisibility, installmentParams: InstallmentParams?, addressParams: AddressParams, cvcVisibility: CVCVisibility, storedCVCVisibility: StoredCVCVisibility)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard