@getopenpay/client
Version:
OpenPay API TypeScript SDK
26 lines (25 loc) • 1.06 kB
TypeScript
/**
* 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 CollectionMethodEnum: {
readonly ChargeAutomatically: "charge_automatically";
readonly SendInvoice: "send_invoice";
};
export type CollectionMethodEnum = typeof CollectionMethodEnum[keyof typeof CollectionMethodEnum];
export declare function instanceOfCollectionMethodEnum(value: any): boolean;
export declare function CollectionMethodEnumFromJSON(json: any): CollectionMethodEnum;
export declare function CollectionMethodEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): CollectionMethodEnum;
export declare function CollectionMethodEnumToJSON(value?: CollectionMethodEnum | null): any;
export declare function CollectionMethodEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): CollectionMethodEnum;