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

com.global.api.entities.propay.BeneficialOwnerDataResult Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.entities.propay;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class BeneficialOwnerDataResult {

    /** Beneficial Owner's first name */
    private String firstName;

    /** Beneficial Owner's last name */
    private String lastName;

    /** Beneficial Owner's status . validated or not */
    private String status;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy