UNPKG

@paciolan/cybersource-sdk

Version:
61 lines (60 loc) 1.6 kB
/** * 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. */ /** * * @export * @interface ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ export interface ReportingV3ReportDefinitionsNameGet200ResponseAttributes { /** * * @type {string} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ id?: string; /** * * @type {string} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ name?: string; /** * * @type {string} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ description?: string; /** * Attribute Filter Type. * @type {string} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ filterType?: string; /** * * @type {boolean} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ _default?: boolean; /** * * @type {boolean} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ required?: boolean; /** * Valid values for the filter. * @type {string} * @memberof ReportingV3ReportDefinitionsNameGet200ResponseAttributes */ supportedType?: string; }