/** * Emil PublicAPI * The Emil Public API description * * The version of the OpenAPI document: 1.0 * Contact: kontakt@emil.de * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface GetPublicPspSettingsResponseClass */ export interface GetPublicPspSettingsResponseClass { /** * Public key. Used on frontend to load the payment form component. * @type {string} * @memberof GetPublicPspSettingsResponseClass */ 'publicKey': string; /** * Name of payment system provider. * @type {string} * @memberof GetPublicPspSettingsResponseClass */ 'psp': string; /** * Mapping of payment method to payment system provider. * @type {object} * @memberof GetPublicPspSettingsResponseClass */ 'paymentMethodMapping': object; }