UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 984 B
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * Billing Frequency * @export * @interface Rbsv1plansPlanInformationBillingPeriod */ export interface Rbsv1plansPlanInformationBillingPeriod { /** * Example: - If length=1 & unit=month then charge every month - If length=7 & unit=day then charge every 7th day * @type {string} * @memberof Rbsv1plansPlanInformationBillingPeriod */ length?: string; /** * Calendar unit values. possible values: - `D` - day - `M` - month - `W` - week - `Y` - year * @type {string} * @memberof Rbsv1plansPlanInformationBillingPeriod */ unit?: string; }