@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
37 lines (36 loc) • 1.63 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 PayerAuthConfigCardTypesVerifiedByVisaCurrencies
*/
export interface PayerAuthConfigCardTypesVerifiedByVisaCurrencies {
/**
*
* @type {Array<string>}
* @memberof PayerAuthConfigCardTypesVerifiedByVisaCurrencies
*/
currencyCodes?: Array<string>;
/**
* The Acquirer ID value, often referred to as the Acquirer BIN, is specific to an Acquirer. The value is created by Cardinal in their system and the Acquirer may not know that the Acquirer ID is different from their Acquiring BIN. It is most often the Acquiring BIN + \"-1000\" but the trailing character can be different. **Note** We will need to double check with Cardinal before setting up the Portfolio Template in production.
* @type {string}
* @memberof PayerAuthConfigCardTypesVerifiedByVisaCurrencies
*/
acquirerId?: string;
/**
* Processor Merchant ID is the Merchant ID assigned by your acquiring bank. This Merchant ID should also be used by your bank to register your account to the card scheme Directory Server for processing Payer Authentication services.
* @type {string}
* @memberof PayerAuthConfigCardTypesVerifiedByVisaCurrencies
*/
processorMerchantId?: string;
}