Skip to content

Latest commit

 

History

History
97 lines (53 loc) · 2.41 KB

spamprotectionoptions.md

File metadata and controls

97 lines (53 loc) · 2.41 KB

@bigcommerce/checkout-sdkSpamProtectionOptions

Interface: SpamProtectionOptions

The set of options for configuring any requests related to spam protection.

Hierarchy

  • RequestOptions

    SpamProtectionOptions

Index

Properties

Properties

Optional body

body? : any

Inherited from SpamProtectionOptions.body


Optional cache

cache? : undefined | false | true

Inherited from SpamProtectionOptions.cache


containerId

containerId: string

The container ID where the spam protection should be rendered.


Optional credentials

credentials? : undefined | false | true

Inherited from SpamProtectionOptions.credentials


Optional encodeParams

encodeParams? : undefined | false | true

Inherited from SpamProtectionOptions.encodeParams


Optional headers

headers? : Headers

Inherited from SpamProtectionOptions.headers


Optional method

method? : undefined | string

Inherited from SpamProtectionOptions.method


Optional params

params? : undefined | object

Inherited from SpamProtectionOptions.params


Optional timeout

timeout? : Timeout | Promise‹any›

Inherited from SpamProtectionOptions.timeout