File: /var/www/javago-api-updates/node_modules/stripe/esm/resources/Radar/EarlyFraudWarnings.js
// File generated from our OpenAPI spec
import { StripeResource } from '../../StripeResource.js';
const stripeMethod = StripeResource.method;
export const EarlyFraudWarnings = StripeResource.extend({
retrieve: stripeMethod({
method: 'GET',
fullPath: '/v1/radar/early_fraud_warnings/{early_fraud_warning}',
}),
list: stripeMethod({
method: 'GET',
fullPath: '/v1/radar/early_fraud_warnings',
methodType: 'list',
}),
});