Class InteropIdentifierRequestData

java.lang.Object
org.apache.fineract.interoperation.data.InteropIdentifierRequestData

public class InteropIdentifierRequestData extends Object
  • Constructor Details

    • InteropIdentifierRequestData

      public InteropIdentifierRequestData(@NotNull @NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull @NotNull String idValue, String subIdOrType, String accountId)
  • Method Details

    • getIdType

      public org.apache.fineract.interoperation.domain.InteropIdentifierType getIdType()
    • getIdValue

      public String getIdValue()
    • getSubIdOrType

      public String getSubIdOrType()
    • getAccountId

      public String getAccountId()
    • validateAndParse

      public static InteropIdentifierRequestData validateAndParse(org.apache.fineract.infrastructure.core.data.DataValidatorBuilder dataValidator, @NotNull @NotNull org.apache.fineract.interoperation.domain.InteropIdentifierType idType, @NotNull @NotNull String idValue, String subIdOrType, com.google.gson.JsonObject element, org.apache.fineract.infrastructure.core.serialization.FromJsonHelper jsonHelper)