@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
25 lines (24 loc) • 1.09 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 PtsV2CapturesRefundsPost201ResponseOrderInformationInvoiceDetails
*/
export interface PtsV2CapturesRefundsPost201ResponseOrderInformationInvoiceDetails {
/**
* Indicates whether CyberSource sent the Level III information to the processor. The possible values are: If your account is not enabled for Level III data or if you did not include the purchasing level field in your request, CyberSource does not include the Level III data in the request sent to the processor. Possible values: - **true** - **false**
* @type {boolean}
* @memberof PtsV2CapturesRefundsPost201ResponseOrderInformationInvoiceDetails
*/
level3TransmissionStatus?: boolean;
}