CustomerInfo.java

package com.yumu.noveltranslator.port.out.payment;

public record CustomerInfo(
    String id,
    String email
) {}