@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.27 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 Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion
*/
export interface Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion {
/**
* Flag indicating that DCC Lookup has been performed before this transaction. Set this field to 1 when cardholders opts to use DCC on the transaction.
* @type {string}
* @memberof Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion
*/
indicator?: string;
/**
* Unique identifier generated by the DCC provider.
* @type {string}
* @memberof Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion
*/
reconciliationId?: string;
/**
* Value of the Cybersource request ID returned in a DCC Lookup transaction.
* @type {string}
* @memberof Ptsv2paymentsOrderInformationAmountDetailsCurrencyConversion
*/
id?: string;
}