Package com.stripe.param.issuing
Class AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.Builder
java.lang.Object
com.stripe.param.issuing.AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.Builder
- Enclosing class:
- AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk
public static class AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.Builder
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
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.setDisputeRate
(Long disputeRate) The dispute rate observed across all Stripe Issuing authorizations for this merchant.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setDisputeRate
public AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.Builder setDisputeRate(Long disputeRate) The dispute rate observed across all Stripe Issuing authorizations for this merchant. For example, a value of 50 means 50% of authorizations from this merchant on Stripe Issuing have resulted in a dispute. Higher values mean a higher likelihood the authorization is disputed. Takes on values between 0 and 100. -
putExtraParam
public AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.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. SeeAuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.extraParams
for the field documentation. -
putAllExtraParam
public AuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.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. SeeAuthorizationCreateParams.RiskAssessment.MerchantDisputeRisk.extraParams
for the field documentation. -
setRiskLevel
-