UNPKG

@maxio-com/advanced-billing-sdk

Version:

Ultimate billing and pricing flexibility for B2B SaaS. Maxio integrates directly into your product, so you can seamlessly manage your product catalog, bill customers, and collect payments.

25 lines 761 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema'; export interface InvoiceTaxComponentBreakout { taxRuleId?: number; percentage?: string; countryCode?: string; subdivisionCode?: string; taxAmount?: string; taxableAmount?: string; taxExemptAmount?: string; nonTaxableAmount?: string; taxName?: string; taxType?: string; rateType?: string; taxAuthorityType?: number; stateAssignedNo?: string; taxSubType?: string; [key: string]: unknown; } export declare const invoiceTaxComponentBreakoutSchema: Schema<InvoiceTaxComponentBreakout>; //# sourceMappingURL=invoiceTaxComponentBreakout.d.ts.map