UNPKG

@paciolan/cybersource-sdk

Version:
97 lines (96 loc) 3.01 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. */ /** * Fee Funding Section * @export * @interface ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ export interface ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails { /** * An unique identification number assigned by CyberSource to identify the submitted request. * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ requestId?: string; /** * interchange Per Item Fee * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ interchangePerItemFee?: string; /** * interchange Description * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ interchangeDescription?: string; /** * interchange Percentage * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ interchangePercentage?: string; /** * interchange Percentage Amount * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ interchangePercentageAmount?: string; /** * Discount Percentage * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ discountPercentage?: string; /** * Discount Amount * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ discountAmount?: string; /** * Discount Per Item Fee * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ discountPerItemFee?: string; /** * Total Fee * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ totalFee?: string; /** * Fee Currency * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ feeCurrency?: string; /** * Dues Assessments * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ duesAssessments?: string; /** * Funding Amount * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ fundingAmount?: string; /** * Funding Currency (ISO 4217) * @type {string} * @memberof ReportingV3PurchaseRefundDetailsGet200ResponseFeeAndFundingDetails */ fundingCurrency?: string; }