@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.
22 lines • 720 B
JavaScript
/**
* AdvancedBilling
*
* This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
*/
import { bigint, boolean, expandoObject, optional } from '../schema';
export const upsertPrepaidConfigurationSchema = expandoObject({
initialFundingAmountInCents: [
'initial_funding_amount_in_cents',
optional(bigint()),
],
replenishToAmountInCents: [
'replenish_to_amount_in_cents',
optional(bigint()),
],
autoReplenish: ['auto_replenish', optional(boolean())],
replenishThresholdAmountInCents: [
'replenish_threshold_amount_in_cents',
optional(bigint()),
],
});
//# sourceMappingURL=upsertPrepaidConfiguration.js.map