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

com.truelayer.java.merchantaccounts.entities.ListMerchantAccountsResponse Maven / Gradle / Ivy

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

import java.util.List;
import lombok.Value;

@Value
public class ListMerchantAccountsResponse {
    List items;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy