UNPKG

@paciolan/cybersource-sdk

Version:
25 lines (24 loc) 802 B
/** * 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; }