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

com.truelayer.java.entities.accountidentifier.SortCodeAccountNumberAccountIdentifier Maven / Gradle / Ivy

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

import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;

@Builder
@Getter
@EqualsAndHashCode(callSuper = false)
public class SortCodeAccountNumberAccountIdentifier extends AccountIdentifier {
    private final Type type = Type.SORT_CODE_ACCOUNT_NUMBER;

    private String sortCode;

    private String accountNumber;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy