Package com.stripe.model.issuing
Class CreditUnderwritingRecord.Application
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.CreditUnderwritingRecord.Application
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- CreditUnderwritingRecord
For more details about Application, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The channel through which the applicant has submitted their application.Scope of demand made by the applicant.Date when the applicant submitted their application.int
hashCode()
void
setApplicationMethod
(String applicationMethod) The channel through which the applicant has submitted their application.void
setPurpose
(String purpose) Scope of demand made by the applicant.void
setSubmittedAt
(Long submittedAt) Date when the applicant submitted their application.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getApplicationMethod
The channel through which the applicant has submitted their application.One of
in_person
,mail
,online
, orphone
. -
getPurpose
Scope of demand made by the applicant.One of
credit_limit_increase
, orcredit_line_opening
. -
getSubmittedAt
Date when the applicant submitted their application. -
setApplicationMethod
The channel through which the applicant has submitted their application.One of
in_person
,mail
,online
, orphone
. -
setPurpose
Scope of demand made by the applicant.One of
credit_limit_increase
, orcredit_line_opening
. -
setSubmittedAt
Date when the applicant submitted their application. -
equals
-
canEqual
-
hashCode
public int hashCode()
-