UNPKG

stripe

Version:
15 lines (14 loc) 474 B
// 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', }), });