Package com.stripe.param.issuing
Class CreditUnderwritingRecordCorrectParams.Builder
java.lang.Object
com.stripe.param.issuing.CreditUnderwritingRecordCorrectParams.Builder
- Enclosing class:
- CreditUnderwritingRecordCorrectParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllExpand
(List<String> elements) Add all elements to `expand` list.Add an element to `expand` list.build()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putAllMetadata
(Map<String, String> map) Add all map key/value pairs to `metadata` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.putMetadata
(String key, String value) Add a key/value pair to `metadata` map.Details about the application submission.Information about the company or person applying or holding the account.setDecidedAt
(Long decidedAt) Date when a decision was made.Details about the decision.setRegulatoryReportingFile
(String regulatoryReportingFile) File containing regulatory reporting data for the decision.setUnderwritingException
(CreditUnderwritingRecordCorrectParams.UnderwritingException underwritingException) If an exception to the usual underwriting criteria was made for this decision, details about the exception must be provided.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setApplication
public CreditUnderwritingRecordCorrectParams.Builder setApplication(CreditUnderwritingRecordCorrectParams.Application application) Details about the application submission. -
setCreditUser
public CreditUnderwritingRecordCorrectParams.Builder setCreditUser(CreditUnderwritingRecordCorrectParams.CreditUser creditUser) Information about the company or person applying or holding the account. -
setDecidedAt
Date when a decision was made. -
setDecision
public CreditUnderwritingRecordCorrectParams.Builder setDecision(CreditUnderwritingRecordCorrectParams.Decision decision) Details about the decision. -
addExpand
Add an element to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeCreditUnderwritingRecordCorrectParams.expand
for the field documentation. -
addAllExpand
Add all elements to `expand` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeCreditUnderwritingRecordCorrectParams.expand
for the field documentation. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCreditUnderwritingRecordCorrectParams.extraParams
for the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCreditUnderwritingRecordCorrectParams.extraParams
for the field documentation. -
putMetadata
Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCreditUnderwritingRecordCorrectParams.metadata
for the field documentation. -
putAllMetadata
Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeCreditUnderwritingRecordCorrectParams.metadata
for the field documentation. -
setRegulatoryReportingFile
public CreditUnderwritingRecordCorrectParams.Builder setRegulatoryReportingFile(String regulatoryReportingFile) File containing regulatory reporting data for the decision. Required if you are subject to this reporting requirement. Optional if previously provided and no changes are needed. -
setUnderwritingException
public CreditUnderwritingRecordCorrectParams.Builder setUnderwritingException(CreditUnderwritingRecordCorrectParams.UnderwritingException underwritingException) If an exception to the usual underwriting criteria was made for this decision, details about the exception must be provided. Exceptions should only be granted in rare circumstances, in consultation with Stripe Compliance.
-