/* 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. */ /** * Represents the reference to the underlying documents of the payment. */ export interface CreditorReferenceInformation { /** * The reference information of the creditor\'s underlying documents */ reference?: string; /** * The entity that assigns the reference type */ referenceIssuer?: string; /** * The type of creditor reference */ referenceType?: string; }