@paciolan/cybersource-sdk
Version:
CyberSource REST API Typescript SDK
49 lines (48 loc) • 1.26 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 InlineResponse20010ResponseRecordAdditionalUpdates
*/
export interface InlineResponse20010ResponseRecordAdditionalUpdates {
/**
*
* @type {string}
* @memberof InlineResponse20010ResponseRecordAdditionalUpdates
*/
customerId?: string;
/**
*
* @type {string}
* @memberof InlineResponse20010ResponseRecordAdditionalUpdates
*/
paymentInstrumentId?: string;
/**
*
* @type {string}
* @memberof InlineResponse20010ResponseRecordAdditionalUpdates
*/
creator?: string;
/**
* Valid Values: * ACTIVE * CLOSED
* @type {string}
* @memberof InlineResponse20010ResponseRecordAdditionalUpdates
*/
state?: string;
/**
*
* @type {string}
* @memberof InlineResponse20010ResponseRecordAdditionalUpdates
*/
message?: string;
}