UNPKG

expresspayments

Version:
15 lines (14 loc) 522 B
// File generated from our OpenAPI spec import { ExpressPaymentsResource } from '../../ExpressPaymentsResource.js'; const expressPaymentsMethod = ExpressPaymentsResource.method; export const Calculations = ExpressPaymentsResource.extend({ create: expressPaymentsMethod({ method: 'POST', fullPath: '/v1/tax/calculations', }), listLineItems: expressPaymentsMethod({ method: 'GET', fullPath: '/v1/tax/calculations/{calculation}/line_items', methodType: 'list', }), });