/**
 * 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 latest card details associated with the network token
 * @export
 * @interface TmsEmbeddedInstrumentIdentifierTokenizedCardCard
 */
export interface TmsEmbeddedInstrumentIdentifierTokenizedCardCard {
    /**
     * The customer's latest payment card number suffix
     * @type {string}
     * @memberof TmsEmbeddedInstrumentIdentifierTokenizedCardCard
     */
    suffix?: string;
    /**
     *  Two-digit month in which the customer's latest payment card expires.  Format: `MM`.  Possible Values: `01` through `12`.
     * @type {string}
     * @memberof TmsEmbeddedInstrumentIdentifierTokenizedCardCard
     */
    expirationMonth?: string;
    /**
     * Four-digit year in which the customer's latest payment card expires.  Format: `YYYY`.
     * @type {string}
     * @memberof TmsEmbeddedInstrumentIdentifierTokenizedCardCard
     */
    expirationYear?: string;
}
