UNPKG

pcp-server-nodejs-sdk

Version:

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PAYONE-GmbH_PCP-server-nodeJS-SDK&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [![Coverage](https://sonarcloud.io/api/pr

17 lines (16 loc) 387 B
/** * @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" }