Package com.stripe.param.issuing
Class CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Builder
java.lang.Object
com.stripe.param.issuing.CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Builder
public static class CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllReason
(List<CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Reason> elements) Add all elements to `reasons` list.addReason
(CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Reason element) Add an element to `reasons` list.build()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.setReasonOtherExplanation
(String reasonOtherExplanation) Details about thereasons.other
when present.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.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.Decision.CreditLineClosed.extraParams
for the field documentation. -
putAllExtraParam
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.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.Decision.CreditLineClosed.extraParams
for the field documentation. -
setReasonOtherExplanation
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Builder setReasonOtherExplanation(String reasonOtherExplanation) Details about thereasons.other
when present. -
addReason
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Builder addReason(CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Reason element) Add an element to `reasons` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.reasons
for the field documentation. -
addAllReason
public CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Builder addAllReason(List<CreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.Reason> elements) Add all elements to `reasons` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeCreditUnderwritingRecordCreateFromProactiveReviewParams.Decision.CreditLineClosed.reasons
for the field documentation.
-