@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
97 lines (96 loc) • 2.76 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 ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
export interface ReportingV3PurchaseRefundDetailsGet200ResponseSettlements {
/**
* An unique identification number assigned by CyberSource to identify the submitted request.
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
requestId?: string;
/**
* Transaction Type
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
transactionType?: string;
/**
* Submission Date
* @type {Date}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
submissionTime?: Date;
/**
* Amount
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
amount?: string;
/**
* Valid ISO 4217 ALPHA-3 currency code
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
currencyCode?: string;
/**
* payment method
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
paymentMethod?: string;
/**
* Solution Type (Wallet)
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
walletType?: string;
/**
* Payment Type
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
paymentType?: string;
/**
* Account Suffix
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
accountSuffix?: string;
/**
* Cybersource Batch Time
* @type {Date}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
cybersourceBatchTime?: Date;
/**
* Cybersource Batch Id
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
cybersourceBatchId?: string;
/**
* Card Type
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
cardType?: string;
/**
* Debit Network
* @type {string}
* @memberof ReportingV3PurchaseRefundDetailsGet200ResponseSettlements
*/
debitNetwork?: string;
}