Package com.stripe.param.issuing
Class CreditUnderwritingRecordReportDecisionParams.Builder
java.lang.Object
com.stripe.param.issuing.CreditUnderwritingRecordReportDecisionParams.Builder
- Enclosing class:
- CreditUnderwritingRecordReportDecisionParams
-
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.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
(CreditUnderwritingRecordReportDecisionParams.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. -
setDecidedAt
Required. Date when a decision was made. -
setDecision
public CreditUnderwritingRecordReportDecisionParams.Builder setDecision(CreditUnderwritingRecordReportDecisionParams.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. SeeCreditUnderwritingRecordReportDecisionParams.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. SeeCreditUnderwritingRecordReportDecisionParams.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. SeeCreditUnderwritingRecordReportDecisionParams.extraParams
for the field documentation. -
putAllExtraParam
public CreditUnderwritingRecordReportDecisionParams.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. SeeCreditUnderwritingRecordReportDecisionParams.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. SeeCreditUnderwritingRecordReportDecisionParams.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. SeeCreditUnderwritingRecordReportDecisionParams.metadata
for the field documentation. -
setRegulatoryReportingFile
public CreditUnderwritingRecordReportDecisionParams.Builder setRegulatoryReportingFile(String regulatoryReportingFile) File containing regulatory reporting data for the decision. Required if you are subject to this reporting requirement. -
setUnderwritingException
public CreditUnderwritingRecordReportDecisionParams.Builder setUnderwritingException(CreditUnderwritingRecordReportDecisionParams.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.
-