UNPKG

@paciolan/cybersource-sdk

Version:
67 lines (66 loc) 1.47 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. */ /** * * @export * @interface InlineResponse20010SourceRecord */ export interface InlineResponse20010SourceRecord { /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ token?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ customerId?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ paymentInstrumentId?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ instrumentIdentifierId?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ cardNumber?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ cardExpiryMonth?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ cardExpiryYear?: string; /** * * @type {string} * @memberof InlineResponse20010SourceRecord */ cardType?: string; }