pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 387 B
TypeScript
/**
* @description Period of payment occurrence for recurring and installment payments. Allowed values:
* * Yearly
* * Quarterly
* * Monthly
* * Weekly
* * Daily
* Supported soon
*/
export declare enum CardOnFileRecurringFrequency {
YEARLY = "Yearly",
QUARTERLY = "Quarterly",
MONTHLY = "Monthly",
WEEKLY = "Weekly",
DAILY = "Daily"
}