Class PostIdentityVerificationAliasesInnerBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2025-02-05T14:45:07.813979Z[Etc/UTC]")
    public class PostIdentityVerificationAliasesInnerBankModel
    extends Object
    PostIdentityVerificationAliasesInnerBankModel
    • Constructor Detail

      • PostIdentityVerificationAliasesInnerBankModel

        public PostIdentityVerificationAliasesInnerBankModel()
    • Method Detail

      • getFull

        @Nullable
        public String getFull()
        The customer's full name. Required when type is kyc and method is attested_business_registration.
        Returns:
        full
      • getFull_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getFull_JsonNullable()
      • setFull_JsonNullable

        public void setFull_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> full)
      • setFull

        public void setFull​(String full)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object