@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
62 lines (61 loc) • 1.98 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 PtsV2PaymentsPost201ResponseLinks
*/
export interface PtsV2PaymentsPost201ResponseLinks {
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
self?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
reversal?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
capture?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
customer?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
paymentInstrument?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
shippingAddress?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
/**
*
* @type {PtsV2PaymentsVoidsPost201ResponseLinksSelf}
* @memberof PtsV2PaymentsPost201ResponseLinks
*/
instrumentIdentifier?: PtsV2PaymentsVoidsPost201ResponseLinksSelf;
}