Package co.dapi.response
Class GetBeneficiariesResponse
java.lang.Object
co.dapi.response.BaseResponse
co.dapi.response.GetBeneficiariesResponse
public class GetBeneficiariesResponse extends BaseResponse
-
Constructor Summary
Constructors Constructor Description GetBeneficiariesResponse(java.lang.String errType, java.lang.String errMsg) -
Method Summary
Modifier and Type Method Description java.util.Optional<Beneficiary[]>getBeneficiaries()Methods inherited from class co.dapi.response.BaseResponse
getMsg, getOperationID, getStatus, getType, getUserInputs, isSuccessMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GetBeneficiariesResponse
public GetBeneficiariesResponse(java.lang.String errType, java.lang.String errMsg)
-
-
Method Details
-
getBeneficiaries
-