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

com.truelayer.java.payouts.entities.submerchants.BusinessClient Maven / Gradle / Ivy

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

import com.truelayer.java.entities.Address;
import lombok.Builder;
import lombok.Getter;

@Builder
@Getter
public class BusinessClient extends UltimateCounterparty {
    private final Type type = Type.BUSINESS_CLIENT;
    private String tradingName;
    private String commercialName;
    private String url;
    private String mcc;
    private String registrationNumber;
    private Address address;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy