@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
43 lines (42 loc) • 1.55 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 Riskv1decisionsAcquirerInformation
*/
export interface Riskv1decisionsAcquirerInformation {
/**
* Acquirer bank ID number that corresponds to a certificate that Cybersource already has.This ID has this format. 4XXXXX for Visa and 5XXXXX for Mastercard.
* @type {string}
* @memberof Riskv1decisionsAcquirerInformation
*/
acquirerBin?: string;
/**
* Issuers need to be aware of the Acquirer's Country Code when the Acquirer country differs from the Merchant country and the Acquirer is in the EEA (European Economic Area).
* @type {string}
* @memberof Riskv1decisionsAcquirerInformation
*/
country?: string;
/**
* Registered password for the Visa directory server.
* @type {string}
* @memberof Riskv1decisionsAcquirerInformation
*/
password?: string;
/**
* Username for the visa directory server that is created when your acquirer sets up your account. This ID might be the same as your merchant ID. the username can be 15 or 23 characters.
* @type {string}
* @memberof Riskv1decisionsAcquirerInformation
*/
merchantId?: string;
}