UNPKG

@paciolan/cybersource-sdk

Version:
38 lines (37 loc) 1.35 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. */ import { Notificationsubscriptionsv1webhooksSecurityPolicy1Config } from './notificationsubscriptionsv1webhooks-security-policy1-config'; /** * The security option to authenticate with your API or client server. * @export * @interface Notificationsubscriptionsv1webhooksSecurityPolicy1 */ export interface Notificationsubscriptionsv1webhooksSecurityPolicy1 { /** * Security Policy of the client server. * @type {string} * @memberof Notificationsubscriptionsv1webhooksSecurityPolicy1 */ securityType?: string; /** * Internal client proxy type to be used by security policy. * @type {string} * @memberof Notificationsubscriptionsv1webhooksSecurityPolicy1 */ proxyType?: string; /** * * @type {Notificationsubscriptionsv1webhooksSecurityPolicy1Config} * @memberof Notificationsubscriptionsv1webhooksSecurityPolicy1 */ config?: Notificationsubscriptionsv1webhooksSecurityPolicy1Config; }