@spare-technologies/spare-typescript-sdk
Version:
Spare type script sdk
31 lines • 1.35 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SpPaymentClientOptions = void 0;
const tslib_1 = require("tslib");
const typescript_json_serializer_1 = require("typescript-json-serializer");
let SpPaymentClientOptions = class SpPaymentClientOptions {
constructor() {
this.proxy = null;
}
};
tslib_1.__decorate([
(0, typescript_json_serializer_1.JsonProperty)({ name: 'baseUrl' }),
tslib_1.__metadata("design:type", String)
], SpPaymentClientOptions.prototype, "baseUrl", void 0);
tslib_1.__decorate([
(0, typescript_json_serializer_1.JsonProperty)({ name: 'appId' }),
tslib_1.__metadata("design:type", String)
], SpPaymentClientOptions.prototype, "appId", void 0);
tslib_1.__decorate([
(0, typescript_json_serializer_1.JsonProperty)({ name: 'apiKey' }),
tslib_1.__metadata("design:type", String)
], SpPaymentClientOptions.prototype, "apiKey", void 0);
tslib_1.__decorate([
(0, typescript_json_serializer_1.JsonProperty)({ name: 'proxy' }),
tslib_1.__metadata("design:type", Object)
], SpPaymentClientOptions.prototype, "proxy", void 0);
SpPaymentClientOptions = tslib_1.__decorate([
(0, typescript_json_serializer_1.JsonObject)()
], SpPaymentClientOptions);
exports.SpPaymentClientOptions = SpPaymentClientOptions;
//# sourceMappingURL=SpPaymentClientOptions.js.map