export interface PaymentIdentification { endToEndIdentification?: string; instructionIdentification?: string; transactionIdentification?: string; }