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.

17 lines 711 B
/** * AdvancedBilling * * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { expandoObject, nullable, optional, string } from '../schema'; export const invoicePaymentMethodSchema = expandoObject({ details: ['details', optional(string())], kind: ['kind', optional(string())], memo: ['memo', optional(string())], type: ['type', optional(string())], cardBrand: ['card_brand', optional(string())], cardExpiration: ['card_expiration', optional(string())], lastFour: ['last_four', optional(nullable(string()))], maskedCardNumber: ['masked_card_number', optional(string())], }); //# sourceMappingURL=invoicePaymentMethod.js.map