/* tslint:disable */ /* eslint-disable */ /** * cards * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The payment identification details */ export interface PaymentIdentification { /** * Identifier assigned by the initiating party to the transaction */ endToEndIdentification?: string; /** * Identifier of a payment instruction */ instructionIdentification?: string; /** * Identifier unique for a period assigned by the first initiating party to the transaction */ transactionIdentification?: string; }