Class PostIdentityVerificationNameBankModel


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-10-29T01:55:53.199844Z[Etc/UTC]")
    public class PostIdentityVerificationNameBankModel
    extends Object
    The customer's name. Required when type is kyc and method is attested, type is bank_account 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 or type is bank_account and method is attested_ownership.
        Returns:
        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, type is bank_account and method is attested, or type is bank_account and method is attested_ownership.
        Returns:
        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 or type is bank_account and method is attested_ownership.
        Returns:
        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 or type is bank_account and method is attested_ownership. Optional when type is kyc and method is attested.
        Returns:
        full
      • setFull

        public void setFull​(String full)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object