/** * P24 Options * * @export * @interface P24Options */ export interface P24Options { /** * Use sandbox ? * * @type {boolean} * @memberof P24Options */ sandbox?: boolean; } //# sourceMappingURL=P24Options.d.ts.map