/**
 * 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 Ptsv2paymentsidvoidsMerchantInformation
 */
export interface Ptsv2paymentsidvoidsMerchantInformation {
    /**
     * Local Time of the transaction Set the timestamp for the exchange rate by ISO 8601 UTC format. Format: \"YYYYMMdd'T'HHmmss'Z'\"  (20151103T123456Z)
     * @type {string}
     * @memberof Ptsv2paymentsidvoidsMerchantInformation
     */
    transactionLocalDateTime?: string;
}
