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

com.truelayer.java.merchantaccounts.entities.transactions.PaymentSource Maven / Gradle / Ivy

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

import com.truelayer.java.entities.accountidentifier.AccountIdentifier;
import java.util.List;
import lombok.Value;

@Value
public class PaymentSource {
    String id;

    List accountIdentifiers;

    String accountHolderName;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy