Class OtherType


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2021-10-13T17:30:20.351194+03:00[Europe/Kiev]")
    public class OtherType
    extends Object
    In cases where the specifically defined criteria (IBAN, BBAN, MSISDN) are not provided to identify an instance of the respective account type (e.g. a savings account), the ASPSP shall include a proprietary ID of the respective account that uniquely identifies the account for this ASPSP.
    • Constructor Detail

      • OtherType

        public OtherType()
    • Method Detail

      • identification

        public OtherType identification​(String identification)
      • getIdentification

        @NotNull
        @Size(max=35)
        public @NotNull @Size(max=35) String getIdentification()
        Proprietary identification of the account.
        Returns:
        identification
      • setIdentification

        public void setIdentification​(String identification)
      • schemeNameCode

        public OtherType schemeNameCode​(String schemeNameCode)
      • getSchemeNameCode

        @Size(max=35)
        public @Size(max=35) String getSchemeNameCode()
        An entry provided by an external ISO code list.
        Returns:
        schemeNameCode
      • setSchemeNameCode

        public void setSchemeNameCode​(String schemeNameCode)
      • schemeNameProprietary

        public OtherType schemeNameProprietary​(String schemeNameProprietary)
      • getSchemeNameProprietary

        @Size(max=35)
        public @Size(max=35) String getSchemeNameProprietary()
        A scheme name defined in a proprietary way.
        Returns:
        schemeNameProprietary
      • setSchemeNameProprietary

        public void setSchemeNameProprietary​(String schemeNameProprietary)
      • getIssuer

        @Size(max=35)
        public @Size(max=35) String getIssuer()
        Issuer of the identification.
        Returns:
        issuer
      • setIssuer

        public void setIssuer​(String issuer)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object