Class CreditUnderwritingRecord.Application

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.Application
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
CreditUnderwritingRecord

public static class CreditUnderwritingRecord.Application extends StripeObject
For more details about Application, please refer to the API Reference.
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • getApplicationMethod

      public String getApplicationMethod()
      The channel through which the applicant has submitted their application.

      One of in_person, mail, online, or phone.

    • getPurpose

      public String getPurpose()
      Scope of demand made by the applicant.

      One of credit_limit_increase, or credit_line_opening.

    • getSubmittedAt

      public Long getSubmittedAt()
      Date when the applicant submitted their application.
    • setApplicationMethod

      public void setApplicationMethod(String applicationMethod)
      The channel through which the applicant has submitted their application.

      One of in_person, mail, online, or phone.

    • setPurpose

      public void setPurpose(String purpose)
      Scope of demand made by the applicant.

      One of credit_limit_increase, or credit_line_opening.

    • setSubmittedAt

      public void setSubmittedAt(Long submittedAt)
      Date when the applicant submitted their application.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object