@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.
27 lines • 1.18 kB
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { boolean, dict, expandoObject, optional, string, } from '../schema.js';
export const payerAttributesSchema = expandoObject({
firstName: ['first_name', optional(string())],
lastName: ['last_name', optional(string())],
email: ['email', optional(string())],
ccEmails: ['cc_emails', optional(string())],
organization: ['organization', optional(string())],
reference: ['reference', 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())],
phone: ['phone', optional(string())],
locale: ['locale', optional(string())],
vatNumber: ['vat_number', optional(string())],
taxExempt: ['tax_exempt', optional(boolean())],
taxExemptReason: ['tax_exempt_reason', optional(string())],
metafields: ['metafields', optional(dict(string()))],
});
//# sourceMappingURL=payerAttributes.js.map