stripe
Version:
Stripe API wrapper
19 lines • 875 B
JavaScript
;
// File generated from our OpenAPI spec
Object.defineProperty(exports, "__esModule", { value: true });
exports.Radar = void 0;
const EarlyFraudWarnings_js_1 = require("./EarlyFraudWarnings.js");
const PaymentEvaluations_js_1 = require("./PaymentEvaluations.js");
const ValueLists_js_1 = require("./ValueLists.js");
const ValueListItems_js_1 = require("./ValueListItems.js");
class Radar {
constructor(stripe) {
this.stripe = stripe;
this.earlyFraudWarnings = new EarlyFraudWarnings_js_1.EarlyFraudWarningResource(stripe);
this.paymentEvaluations = new PaymentEvaluations_js_1.PaymentEvaluationResource(stripe);
this.valueLists = new ValueLists_js_1.ValueListResource(stripe);
this.valueListItems = new ValueListItems_js_1.ValueListItemResource(stripe);
}
}
exports.Radar = Radar;
//# sourceMappingURL=index.js.map