Package com.stripe.param.issuing
Class CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder
java.lang.Object
com.stripe.param.issuing.CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder
- Enclosing class:
- CreditUnderwritingRecordCreateFromProactiveReviewParams
-
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.Required. Information about the company or person applying or holding the account.setDecidedAt
(Long decidedAt) Required. Date when a decision was made.Required. Details about the decision.setRegulatoryReportingFile
(String regulatoryReportingFile) File containing regulatory reporting data for the decision.setUnderwritingException
(CreditUnderwritingRecordCreateFromProactiveReviewParams.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. -
setCreditUser
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder setCreditUser(CreditUnderwritingRecordCreateFromProactiveReviewParams.CreditUser creditUser) Required. Information about the company or person applying or holding the account. -
setDecidedAt
Required. Date when a decision was made. -
setDecision
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder setDecision(CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision decision) Required. 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. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.expand
for the field documentation. -
addAllExpand
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder addAllExpand(List<String> elements) 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. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.expand
for the field documentation. -
putExtraParam
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder putExtraParam(String key, Object value) 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. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.extraParams
for the field documentation. -
putAllExtraParam
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder putAllExtraParam(Map<String, Object> map) 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. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.extraParams
for the field documentation. -
putMetadata
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder putMetadata(String key, String value) 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. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.metadata
for the field documentation. -
putAllMetadata
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder putAllMetadata(Map<String, String> map) 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. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.metadata
for the field documentation. -
setRegulatoryReportingFile
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder setRegulatoryReportingFile(String regulatoryReportingFile) File containing regulatory reporting data for the decision. Required if you are subject to this reporting requirement. -
setUnderwritingException
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Builder setUnderwritingException(CreditUnderwritingRecordCreateFromProactiveReviewParams.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.
-