UNPKG

@getopenpay/client

Version:

OpenPay API TypeScript SDK

25 lines (24 loc) 1.06 kB
/** * OpenPay API * super charge your subscription management. * * The version of the OpenAPI document: 1.2.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const BillingMeterAdjustmentType: { readonly Cancel: "cancel"; }; export type BillingMeterAdjustmentType = typeof BillingMeterAdjustmentType[keyof typeof BillingMeterAdjustmentType]; export declare function instanceOfBillingMeterAdjustmentType(value: any): boolean; export declare function BillingMeterAdjustmentTypeFromJSON(json: any): BillingMeterAdjustmentType; export declare function BillingMeterAdjustmentTypeFromJSONTyped(json: any, ignoreDiscriminator: boolean): BillingMeterAdjustmentType; export declare function BillingMeterAdjustmentTypeToJSON(value?: BillingMeterAdjustmentType | null): any; export declare function BillingMeterAdjustmentTypeToJSONTyped(value: any, ignoreDiscriminator: boolean): BillingMeterAdjustmentType;