UNPKG

@paciolan/cybersource-sdk

Version:
67 lines (66 loc) 2.04 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. */ /** * Authorization Info Values * @export * @interface ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ export interface ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations { /** * An unique identification number assigned by CyberSource to identify the submitted request. * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ requestId?: string; /** * Authorization Transaction Reference Number * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ transactionReferenceNumber?: string; /** * Authorization Date * @type {Date} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ time?: Date; /** * Authorization Request Id * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ authorizationRequestId?: string; /** * Authorization Amount * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ amount?: string; /** * Valid ISO 4217 ALPHA-3 currency code * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ currencyCode?: string; /** * Authorization Code * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ code?: string; /** * Authorization RCode * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseAuthorizations */ rcode?: string; }