@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.39 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 PtsV2ReversalsPost201ResponseAuthorizationInformation
*/
export interface PtsV2ReversalsPost201ResponseAuthorizationInformation {
/**
* The authorization code returned by the processor.
* @type {string}
* @memberof PtsV2ReversalsPost201ResponseAuthorizationInformation
*/
approvalCode?: string;
/**
* Reply flag for the original transaction.
* @type {string}
* @memberof PtsV2ReversalsPost201ResponseAuthorizationInformation
*/
reasonCode?: string;
/**
* Flag indicating whether a full authorization reversal was successfully submitted. Possible values: - Y: The authorization reversal was successfully submitted. - N: The authorization reversal was not successfully submitted. You must send a credit request for a refund. This field is supported only for **FDC Nashville Global**.
* @type {string}
* @memberof PtsV2ReversalsPost201ResponseAuthorizationInformation
*/
reversalSubmitted?: string;
}