/** * Finix API */ /** * Configure the details of the activated device. */ export declare class ConfigurationDetails { /** * Allow transaction to be processed on Debit rails. If `false`, Debit card transactions will be processed on Credit rails. */ 'allowDebit'?: boolean; /** * Sets whether the device will be used to capture `Authorizations`. The device is required to be connected if `bypass_device_on_capture` is set to false. (defaults to true). */ 'bypassDeviceOnCapture'?: boolean; /** * Sets whether the device will check for duplicate transactions. */ 'checkForDuplicateTransactions'?: boolean; /** * Sets if the card holder needs to confirm the amount they will pay (defaults to **true**). */ 'promptAmountConfirmation'?: boolean; /** * Sets if the device defaults to manual entry as the default card input method. (defaults to **false**). */ 'promptManualEntry'?: boolean; /** * Sets if the device will prompt the card holder for a signature by default. Available values include: