com.truelayer.java.merchantaccounts.entities.ListPaymentSourcesResponse Maven / Gradle / Ivy
package com.truelayer.java.merchantaccounts.entities;
import com.truelayer.java.merchantaccounts.entities.paymentsources.PaymentSource;
import java.util.List;
import lombok.Value;
@Value
public class ListPaymentSourcesResponse {
List items;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy