Interface: BaseOptions
Represents the options for the API.
Hierarchy
BaseOptions
Properties
apiToken
• apiToken: string
The API token to be used.
Defined in
src/global/global.interface.ts:8
sandbox
• Optional
sandbox: boolean
Specifies whether the sandbox mode should be enabled. If true, the API will run in sandbox mode. If false, the API will run in production mode. Defaults to false.