Class PostIdentityVerificationNameBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-12-19T12:19:36.875743Z[Etc/UTC]")
    public class PostIdentityVerificationNameBankModel
    extends Object
    The customer's name. Required when type is kyc and method is attested or type is bank_account and method is attested_ownership.
    • Constructor Detail

      • PostIdentityVerificationNameBankModel

        public PostIdentityVerificationNameBankModel()
    • Method Detail

      • getFirst

        @Nullable
        public String getFirst()
        The customer's first name. Required when type is kyc and method is attested. Optional when type is bank_account and method is attested_ownership.
        Returns:
        first
      • getFirst_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getFirst_JsonNullable()
      • setFirst_JsonNullable

        public void setFirst_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> first)
      • setFirst

        public void setFirst​(String first)
      • getMiddle

        @Nullable
        public String getMiddle()
        The customer's middle name. Optional when type is kyc and method is attested or type is bank_account and method is attested_ownership.
        Returns:
        middle
      • getMiddle_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getMiddle_JsonNullable()
      • setMiddle_JsonNullable

        public void setMiddle_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> middle)
      • setMiddle

        public void setMiddle​(String middle)
      • getLast

        @Nullable
        public String getLast()
        The customer's last name. Required when type is kyc and method is attested. Optional when type is bank_account and method is attested_ownership.
        Returns:
        last
      • getLast_JsonNullable

        public org.openapitools.jackson.nullable.JsonNullable<String> getLast_JsonNullable()
      • setLast_JsonNullable

        public void setLast_JsonNullable​(org.openapitools.jackson.nullable.JsonNullable<String> last)
      • setLast

        public void setLast​(String last)
      • getFull

        @Nullable
        public String getFull()
        The customer's full name. Required when type is bank_account and method is attested_ownership. Optional when type is kyc and method is attested.
        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