// File generated from our OpenAPI spec 'use strict'; const StripeResource = require('../../StripeResource'); const stripeMethod = StripeResource.method; module.exports = StripeResource.extend({ path: 'radar/early_fraud_warnings', retrieve: stripeMethod({ method: 'GET', path: '/{earlyFraudWarning}', }), list: stripeMethod({ method: 'GET', path: '', methodType: 'list', }), });