@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
32 lines (31 loc) • 1.15 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.
*/
import { Riskv1decisionsMerchantInformationMerchantDescriptor } from './riskv1decisions-merchant-information-merchant-descriptor';
/**
*
* @export
* @interface Riskv1decisionsMerchantInformation
*/
export interface Riskv1decisionsMerchantInformation {
/**
*
* @type {Riskv1decisionsMerchantInformationMerchantDescriptor}
* @memberof Riskv1decisionsMerchantInformation
*/
merchantDescriptor?: Riskv1decisionsMerchantInformationMerchantDescriptor;
/**
* Your company's name as you want it to appear to the customer in the issuing bank's authentication form. This value overrides the value specified by your merchant bank.
* @type {string}
* @memberof Riskv1decisionsMerchantInformation
*/
merchantName?: string;
}