@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
43 lines (42 loc) • 1.35 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.
*/
/**
* The object containing the secure data that the merchant defines.
* @export
* @interface Ptsv2paymentsMerchantDefinedSecureInformation
*/
export interface Ptsv2paymentsMerchantDefinedSecureInformation {
/**
* The value you assign for your merchant-secure data field 1.
* @type {string}
* @memberof Ptsv2paymentsMerchantDefinedSecureInformation
*/
secure1?: string;
/**
* The value you assign for your merchant-secure data field 2.
* @type {string}
* @memberof Ptsv2paymentsMerchantDefinedSecureInformation
*/
secure2?: string;
/**
* The value you assign for your merchant-secure data field 3.
* @type {string}
* @memberof Ptsv2paymentsMerchantDefinedSecureInformation
*/
secure3?: string;
/**
* The value you assign for your merchant-secure data field 4.
* @type {string}
* @memberof Ptsv2paymentsMerchantDefinedSecureInformation
*/
secure4?: string;
}