UNPKG

@paciolan/cybersource-sdk

Version:
43 lines (42 loc) 1.08 kB
/** * 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. */ /** * Optional contact information to be associated with the Secure Acceptance profile - for example the developer of the integration to the Hosted Checkout. * @export * @interface SAConfigContactInformation */ export interface SAConfigContactInformation { /** * * @type {string} * @memberof SAConfigContactInformation */ phone?: string; /** * * @type {string} * @memberof SAConfigContactInformation */ companyName?: string; /** * * @type {string} * @memberof SAConfigContactInformation */ email?: string; /** * * @type {string} * @memberof SAConfigContactInformation */ name?: string; }