@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.
26 lines • 1.7 kB
JavaScript
;
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.invoiceTaxComponentBreakoutSchema = void 0;
var schema_js_1 = require("../schema.js");
exports.invoiceTaxComponentBreakoutSchema = (0, schema_js_1.expandoObject)({
taxRuleId: ['tax_rule_id', (0, schema_js_1.optional)((0, schema_js_1.number)())],
percentage: ['percentage', (0, schema_js_1.optional)((0, schema_js_1.string)())],
countryCode: ['country_code', (0, schema_js_1.optional)((0, schema_js_1.string)())],
subdivisionCode: ['subdivision_code', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxAmount: ['tax_amount', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxableAmount: ['taxable_amount', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxExemptAmount: ['tax_exempt_amount', (0, schema_js_1.optional)((0, schema_js_1.string)())],
nonTaxableAmount: ['non_taxable_amount', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxName: ['tax_name', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxType: ['tax_type', (0, schema_js_1.optional)((0, schema_js_1.string)())],
rateType: ['rate_type', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxAuthorityType: ['tax_authority_type', (0, schema_js_1.optional)((0, schema_js_1.number)())],
stateAssignedNo: ['state_assigned_no', (0, schema_js_1.optional)((0, schema_js_1.string)())],
taxSubType: ['tax_sub_type', (0, schema_js_1.optional)((0, schema_js_1.string)())],
});
//# sourceMappingURL=invoiceTaxComponentBreakout.js.map