@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
73 lines (72 loc) • 2.41 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.
*/
/**
* *NEW* Name of the payment processor. Example - \"wellsfargoach\"
* @export
* @interface ECheckConfigFeaturesAccountValidationServiceProcessors
*/
export interface ECheckConfigFeaturesAccountValidationServiceProcessors {
/**
* *NEW* Determined in WF eTicket if account has opted into the Account Ownership Service.
* @type {boolean}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsAccountOwnershipService?: boolean;
/**
* *NEW* Determined in WF eTicket if account has opted into the Account Status Service.
* @type {boolean}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsAccountStatusService?: boolean;
/**
* *NEW* Taken from Addendum Agreement Column in boarding form.
* @type {boolean}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsSignedAgreement?: boolean;
/**
* *NEW*
* @type {any}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsCalculatedResponseBehavior?: any;
/**
* *NEW* Also known as the Additional ID. Taken from the boarding form.
* @type {string}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsAdditionalId?: string;
/**
* *NEW*
* @type {boolean}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
enableAvs?: boolean;
/**
* *NEW* Also known as the AVS Gateway Entity ID.
* @type {string}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsEntityId?: string;
/**
* *NEW*
* @type {any}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
avsResultMode?: any;
/**
* *NEW* Applicable if the merchant wants to run AVS on token creation requests only.
* @type {boolean}
* @memberof ECheckConfigFeaturesAccountValidationServiceProcessors
*/
enableAvsTokenCreation?: boolean;
}