UNPKG

@paciolan/cybersource-sdk

Version:
31 lines (30 loc) 1.63 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. */ /** * * @export * @interface TssV2TransactionsGet200ResponseClientReferenceInformationPartner */ export interface TssV2TransactionsGet200ResponseClientReferenceInformationPartner { /** * Identifier for the partner that is integrated to CyberSource. Send this value in all requests that are sent through the partner solution. CyberSource assigns the ID to the partner. **Note** When you see a solutionId of 999 in reports, the solutionId that was submitted is incorrect. * @type {string} * @memberof TssV2TransactionsGet200ResponseClientReferenceInformationPartner */ solutionId?: string; /** * Value that identifies the application vendor and application version for a third party gateway. CyberSource provides you with this value during testing and validation. This field is supported only on CyberSource through VisaNet. #### Used by **Authorization, Authorization Reversal, Capture, Credit, Incremental Authorization, and Void** Optional field. #### PIN debit Required field for PIN debit credit, PIN debit purchase, or PIN debit reversal request. * @type {string} * @memberof TssV2TransactionsGet200ResponseClientReferenceInformationPartner */ thirdPartyCertificationNumber?: string; }