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.

18 lines 704 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { expandoObject, optional, string } from '../schema.js'; export const createInvoiceAddressSchema = expandoObject({ firstName: ['first_name', optional(string())], lastName: ['last_name', optional(string())], phone: ['phone', optional(string())], address: ['address', optional(string())], address2: ['address_2', optional(string())], city: ['city', optional(string())], state: ['state', optional(string())], zip: ['zip', optional(string())], country: ['country', optional(string())], }); //# sourceMappingURL=createInvoiceAddress.js.map