@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
50 lines (49 loc) • 1.55 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 { PtsV2PaymentsVoidsPost201ResponseLinksSelf } from './pts-v2-payments-voids-post201-response-links-self';
/**
*
* @export
* @interface CreateSubscriptionResponseLinks
*/
export interface CreateSubscriptionResponseLinks {
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof CreateSubscriptionResponseLinks
*/
self?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof CreateSubscriptionResponseLinks
*/
update?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof CreateSubscriptionResponseLinks
*/
cancel?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof CreateSubscriptionResponseLinks
*/
suspend?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof CreateSubscriptionResponseLinks
*/
activate?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
}