Skip to content

Latest commit

 

History

History
117 lines (66 loc) · 2.47 KB

paymentmethodconfig.md

File metadata and controls

117 lines (66 loc) · 2.47 KB

@bigcommerce/checkout-sdkPaymentMethodConfig

Interface: PaymentMethodConfig

Hierarchy

  • PaymentMethodConfig

Index

Properties

Properties

Optional cardCode

cardCode? : undefined | false | true


Optional displayName

displayName? : undefined | string


Optional enablePaypal

enablePaypal? : undefined | false | true


Optional hasDefaultStoredInstrument

hasDefaultStoredInstrument? : undefined | false | true


Optional helpText

helpText? : undefined | string


Optional is3dsEnabled

is3dsEnabled? : undefined | false | true


Optional isHostedFormEnabled

isHostedFormEnabled? : undefined | false | true


Optional isVaultingCvvEnabled

isVaultingCvvEnabled? : undefined | false | true


Optional isVaultingEnabled

isVaultingEnabled? : undefined | false | true


Optional isVisaCheckoutEnabled

isVisaCheckoutEnabled? : undefined | false | true


Optional merchantId

merchantId? : undefined | string


Optional redirectUrl

redirectUrl? : undefined | string


Optional requireCustomerCode

requireCustomerCode? : undefined | false | true


Optional returnUrl

returnUrl? : undefined | string


Optional testMode

testMode? : undefined | false | true