@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
32 lines (31 loc) • 1.15 kB
TypeScript
/**
* 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 { Notificationsubscriptionsv1webhooksSecurityPolicyConfig } from './notificationsubscriptionsv1webhooks-security-policy-config';
/**
* The security option to authenticate with your API or client server.
* @export
* @interface Notificationsubscriptionsv1webhooksSecurityPolicy
*/
export interface Notificationsubscriptionsv1webhooksSecurityPolicy {
/**
* Security Policy of the client server.
* @type {string}
* @memberof Notificationsubscriptionsv1webhooksSecurityPolicy
*/
securityType?: string;
/**
*
* @type {Notificationsubscriptionsv1webhooksSecurityPolicyConfig}
* @memberof Notificationsubscriptionsv1webhooksSecurityPolicy
*/
config?: Notificationsubscriptionsv1webhooksSecurityPolicyConfig;
}