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

com.truelayer.java.payouts.entities.beneficiary.BusinessAccount Maven / Gradle / Ivy

There is a newer version: 16.0.0
Show newest version
package com.truelayer.java.payouts.entities.beneficiary;

import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class BusinessAccount extends Beneficiary {
    private final Type type = Type.BUSINESS_ACCOUNT;
    private String reference;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy