UNPKG

@paciolan/cybersource-sdk

Version:
61 lines (60 loc) 2.47 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. */ /** * Name of the payment processor. Example - \"wellsfargoach\" * @export * @interface ECheckConfigCommonInternalOnlyProcessors */ export interface ECheckConfigCommonInternalOnlyProcessors { /** * *NEW* Flag to indicate whether the processor is migrated to the Common Connectivity Services Platform. Applicable for VPC and amexdirect processors. * @type {boolean} * @memberof ECheckConfigCommonInternalOnlyProcessors */ enableCCS?: boolean; /** * *NEW* The 'Terminal Id' aka TID, is an identifier used for with your payments processor. Depending on the processor and payment acceptance type this may also be the default Terminal ID used for Card Present and Virtual Terminal transactions. Applicable for VPC processors. * @type {string} * @memberof ECheckConfigCommonInternalOnlyProcessors */ terminalId?: string; /** * *NEW* This ensures the transaction reference # contains an identifier that can be viewed in CYBS * @type {boolean} * @memberof ECheckConfigCommonInternalOnlyProcessors */ enable15anTransactionReferenceNumber?: boolean; /** * *NEW* This is used by the EBC2 application * @type {string} * @memberof ECheckConfigCommonInternalOnlyProcessors */ portalSupportedPaytypes?: string; /** * *NEW* * @type {any} * @memberof ECheckConfigCommonInternalOnlyProcessors */ settlementMethod?: any; /** * *NEW* * @type {any} * @memberof ECheckConfigCommonInternalOnlyProcessors */ verificationLevel?: any; /** * *Moved* When set to Yes we will automatically update transactions to a completed status X-number of days after the transaction comes through; if no failure notification is received. When set to No means we will not update transaction status in this manner. For BAMS/Bank of America merchants, they should be set to No unless we are explicitly asked to set a merchant to YES. * @type {boolean} * @memberof ECheckConfigCommonInternalOnlyProcessors */ setCompletedState?: boolean; }