@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
43 lines (42 loc) • 1.68 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.
*/
/**
*
* @export
* @interface Ptsv1pushfundstransferClientReferenceInformation
*/
export interface Ptsv1pushfundstransferClientReferenceInformation {
/**
* Merchant-generated order reference or tracking number. It is recommended that you send a unique value for each transaction so that you can perform meaningful searches for the transaction.
* @type {string}
* @memberof Ptsv1pushfundstransferClientReferenceInformation
*/
code?: string;
/**
* The name of the Connection Method client (such as Virtual Terminal or SOAP Toolkit API) that the merchant uses to send a transaction request to CyberSource.
* @type {string}
* @memberof Ptsv1pushfundstransferClientReferenceInformation
*/
applicationName?: string;
/**
* Version of the CyberSource application or integration used for a transaction.
* @type {string}
* @memberof Ptsv1pushfundstransferClientReferenceInformation
*/
applicationVersion?: string;
/**
* The entity that is responsible for running the transaction and submitting the processing request to CyberSource. This could be a person, a system, or a connection method.
* @type {string}
* @memberof Ptsv1pushfundstransferClientReferenceInformation
*/
applicationUser?: string;
}