All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.truelayer.java.payments.entities.ListPaymentRefundsResponse Maven / Gradle / Ivy

The newest version!
package com.truelayer.java.payments.entities;

import com.truelayer.java.payments.entities.paymentrefund.PaymentRefund;
import java.util.List;
import lombok.Value;

@Value
public class ListPaymentRefundsResponse {
    List items;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy