Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 1.5 KB

CreditCardInstrument.md

File metadata and controls

85 lines (49 loc) · 1.5 KB

@bigcommerce/checkout-sdk / CreditCardInstrument

Interface: CreditCardInstrument

Table of contents

Properties

Properties

browser_info

Optional browser_info: BrowserInfo


ccCustomerCode

Optional ccCustomerCode: string


ccCvv

Optional ccCvv: string


ccExpiry

ccExpiry: Object

Type declaration

Name Type
month string
year string

ccName

ccName: string


ccNumber

ccNumber: string


extraData

Optional extraData: any


shouldSaveInstrument

Optional shouldSaveInstrument: boolean


shouldSetAsDefaultInstrument

Optional shouldSetAsDefaultInstrument: boolean


threeDSecure

Optional threeDSecure: ThreeDSecure | ThreeDSecureToken